COLOR #667CAF

HEX: #667CAF
RGB: (102,124,175)

Color info

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

RGB color model

#667CAF color RGB value is (102,124,175).

  • red value is 102;
  • green value is 124;
  • blue value is 175.
RGB: (102,124,175) (40%,49%,69%)

RGB channels and saturation

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

102
124
175

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 175 = 401 (100%)
R 102 of 401 ~ 25.44%
G 124 of 401 ~ 30.92%
B 175 of 401 ~ 43.64%

%25.44
%30.92
%43.64

CMYK color model

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

  • cyan value is 41.71%
  • magenta value is 29.14%
  • 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
%29.14
%0
%31.37

Codes

Color #667CAF in popluar color models

667CAF
RGB102124175
HSL222°31.33%54.31%
HSB/HSV222°41.71%68.63%
CMYK41.71%29.14%0.00%
31.37%

Color #667CAF in popluar number systems.

HEX667CAF
Decimal102124175
Binary1100110111110010101111
Octal146174257

Shades and tints

Shades of #667CAF

#667CAF
(102,124,175)
#5D71A0
(93,113,160)
#546691
(84,102,145)
#4B5B82
(75,91,130)
#425073
(66,80,115)
#394564
(57,69,100)
#303A55
(48,58,85)
#272F46
(39,47,70)
#1E2437
(30,36,55)
#151928
(21,25,40)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #667CAF

#667CAF
(102,124,175)
#7387B6
(115,135,182)
#8092BD
(128,146,189)
#8D9DC4
(141,157,196)
#9AA8CB
(154,168,203)
#A7B3D2
(167,179,210)
#B4BED9
(180,190,217)
#C1C9E0
(193,201,224)
#CED4E7
(206,212,231)
#DBDFEE
(219,223,238)
#E8EAF5
(232,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667CAF; }

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

This text font color is #667CAF.


Background Color

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

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

This div background color is #667CAF.


Border color

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

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

This div border color is #667CAF.


Opacity

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

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

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

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

This text has shadow with #667CAF color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #667CAF; -webkit-box-shadow:	1px 1px 3px 2px #667CAF; box-shadow:	1px 1px 3px 2px #667CAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #667CAF; -webkit-box-shadow: 1px 1px 3px 2px #667CAF; box-shadow:1px 1px 3px 2px #667CAF;">
Div content here</div>
This div box has shadow with color #667CAF.

Preview

Color preview on black background

This text has color #667CAF on black background.


Color preview on white background

This text has color #667CAF on white background.



Black color preview on #667CAF background

This text has black color on #667CAF background.


White color preview on #667CAF background

This text has white color on #667CAF background.