COLOR #667DAF

HEX: #667DAF RGB: (102,125,175)

Color info

#667DAF contains mainly green and blue colors. Web safe color of #667DAF is #666699 (or #669).

RGB color model

#667DAF color RGB value is (102,125,175).

RGB: (102,125,175) (40%, 49%, 69%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 175 of 255 = 69%

102
125
175

R + G + B ~ 53%. #667DAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 175 = 402 (100%)
R 102 of 402 ~ 25.37%
G 125 of 402 ~ 31.09%
B 175 of 402 ~ 43.53'%

%25.37
%31.09
%43.53

CMYK color model

#667DAF color CMYK value is (42,29,0,31).

  • cyan value is 41.71%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (42,29,0,31) C42M29Y0K31 (42%,29%,0%,31%) (0.42/0.29/0.00/0.31) 

CMYK percentages

%41.71
%28.57
%0
%31.37

Codes

Color #667DAF in popluar color models

66 7D AF
RGB 102 125 175
HSL 221° 31.33% 54.31%
HSB/HSV 221° 41.71% 68.63%
CMYK 41.71% 28.57% 0.00%
31.37%

Color #667DAF in popluar number systems.

HEX 66 7D AF
Decimal 102 125 175
Binary 1100110 1111101 10101111
Octal 146 175 257

Shades and tints

Shades of #667DAF

#667DAF
(102,125,175)
#5D72A0
(93,114,160)
#546791
(84,103,145)
#4B5C82
(75,92,130)
#425173
(66,81,115)
#394664
(57,70,100)
#303B55
(48,59,85)
#273046
(39,48,70)
#1E2537
(30,37,55)
#151A28
(21,26,40)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #667DAF

#667DAF
(102,125,175)
#7388B6
(115,136,182)
#8093BD
(128,147,189)
#8D9EC4
(141,158,196)
#9AA9CB
(154,169,203)
#A7B4D2
(167,180,210)
#B4BFD9
(180,191,217)
#C1CAE0
(193,202,224)
#CED5E7
(206,213,231)
#DBE0EE
(219,224,238)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667DAF color. Also use rgb(102,125,175) instead hex code.

Text Font Color

.myTextColor { color: #667DAF; }

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

This text font color is #667DAF.

Background Color

.myBgColor { background-color: #667DAF; }

<div style="background-color:#667DAF">Inner text</div>

This div background color is #667DAF.

Border color

.myBorderColor { border: 1px solid #667DAF; }

<div style="border:3px solid #667DAF">Div</div>

This div border color is #667DAF.

Opacity

.myOpacity80 { color: #667DAF; opacity: 0.8; }

<p style="color:#667DAF;opacity:0.8;">80%</p>

Text with #667DAF 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 #667DAF;}

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

This text has shadow with #667DAF color.


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

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

This text has shadow with #667DAF primary color and red secondary color.


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

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

This text has shadow with #667DAF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #667DAF.

Preview

Color preview on black background

This text has color #667DAF on black background.


Color preview on white background

This text has color #667DAF on white background.


Black color preview on #667DAF background

This text has black color on #667DAF background.


White color preview on #667DAF background

This text has white color on #667DAF background.


Related colors

Complementary color

Complementary color for #hex is #998250.


I love getcolorcode.com

Triadic colors

1 #AF667D and #7DAF66 with #667DAF are triadic colors.

2 #AF7D66 and #7D66AF with #667DAF are triadic colors.