COLOR #6269B0

HEX: #6269B0 RGB: (98,105,176)

Color info

#6269B0 contains mainly blue color. Web safe color of #6269B0 is #666699 (or #669).

RGB color model

#6269B0 color RGB value is (98,105,176).

RGB: (98,105,176) (38%, 41%, 69%)

RGB channels and saturation

R 98 of 255 = 38%
G 105 of 255 = 41%
B 176 of 255 = 69%

98
105
176

R + G + B ~ 49%. #6269B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 105 + 176 = 379 (100%)
R 98 of 379 ~ 25.86%
G 105 of 379 ~ 27.7%
B 176 of 379 ~ 46.44'%

%25.86
%27.7
%46.44

CMYK color model

#6269B0 color CMYK value is (44,40,0,31).

  • cyan value is 44.32%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (44,40,0,31)
C44M40Y0K31 (44%, 40%, 0%, 31%)
(0.44 / 0.40 / 0.00 / 0.31)

CMYK percentages

%44.32
%40.34
%0
%30.98

Codes

Color #6269B0 in popluar color models

62 69 B0
RGB 98 105 176
HSL 235° 33.05% 53.73%
HSB/HSV 235° 44.32% 69.02%
CMYK 44.32% 40.34% 0.00%
30.98%

Color #6269B0 in popluar number systems.

HEX 62 69 B0
Decimal 98 105 176
Binary 1100010 1101001 10110000
Octal 142 151 260

Shades and tints

Shades of #6269B0

#6269B0
(98,105,176)
#5A60A0
(90,96,160)
#525790
(82,87,144)
#4A4E80
(74,78,128)
#424570
(66,69,112)
#3A3C60
(58,60,96)
#323350
(50,51,80)
#2A2A40
(42,42,64)
#222130
(34,33,48)
#1A1820
(26,24,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6269B0

#6269B0
(98,105,176)
#7076B7
(112,118,183)
#7E83BE
(126,131,190)
#8C90C5
(140,144,197)
#9A9DCC
(154,157,204)
#A8AAD3
(168,170,211)
#B6B7DA
(182,183,218)
#C4C4E1
(196,196,225)
#D2D1E8
(210,209,232)
#E0DEEF
(224,222,239)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6269B0 color. Also use rgb(98,105,176) instead hex code.

Text Font Color

.myTextColor { color: #6269B0; }

<p style="color:#6269B0">This sample text font color is #6269B0.</p>

This text font color is #6269B0.

Background Color

.myBgColor { background-color: #6269B0; }

<div style="background-color:#6269B0">Inner text</div>

This div background color is #6269B0.

Border color

.myBorderColor { border: 1px solid #6269B0; }

<div style="border:3px solid #6269B0">Div</div>

This div border color is #6269B0.

Opacity

.myOpacity80 { color: #6269B0; opacity: 0.8; }

<p style="color:#6269B0;opacity:0.8;">80%</p>

Text with #6269B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6269B0;}

<p style="text-shadow: 3px 3px 1px #6269B0">Text here.</p>

This text has shadow with #6269B0 color.


.textShadow {text-shadow: 3px 3px 1px #6269B0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6269B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #6269B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6269B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6269B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #6269B0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6269B0;
-webkit-box-shadow: 1px 1px 3px 2px #6269B0;
box-shadow: 1px 1px 3px 2px #6269B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6269B0; -webkit-box-shadow: 1px 1px 3px 2px #6269B0; box-shadow:1px 1px 3px 2px #6269B0;">
Div content here
</div>

This div box has shadow with color #6269B0.

Preview

Color preview on black background

This text has color #6269B0 on black background.


Color preview on white background

This text has color #6269B0 on white background.


Black color preview on #6269B0 background

This text has black color on #6269B0 background.


White color preview on #6269B0 background

This text has white color on #6269B0 background.


Related colors

Complementary color

Complementary color for #hex is #9D964F.


I love getcolorcode.com

Triadic colors

1 #B06269 and #69B062 with #6269B0 are triadic colors.

2 #B06962 and #6962B0 with #6269B0 are triadic colors.