#667CAF

Color #667CAF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #667CAF

Tints of Chetwode Blue #667CAF

Color information

#667CAF (or 0x667CAF) is unknown color: approx Chetwode Blue. HEX triplet: 66, 7C and AF. RGB value is (102,124,175). Sum of RGB (Red+Green+Blue) = 102+124+175=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #667CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CAF is #998350. Grayscale: #7B7B7B. Windows color (decimal): -10060625 or 11500646. OLE color: 11500646.

HSL color Cylindrical-coordinate representation of color #667CAF: hue angle of 221.92º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667CAF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102124175-
CMYK0.420.2900.31
HSL221.92º31.33%54.31%-
HSV(B)221.92º41.71%68.63%-
XYZ20.4320.3443.41-
YUV123.24157.21112.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=25.44%
G=30.92%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021241750.420.2900.31221.9231.3354.31
Hex667CAF2A1D01Fde1f36
Octal14617425752350373363766
Binary1100110111110010101111101010111010111111101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667CAF; }

 p { color: rgb(102,124,175); }

 H1.HeaderClassName
 {
   color: #667CAF;
 }
 .AnyTagClassName
 {
   color: #667CAF;
 }
</style>
background-color css

<style>
 a { background-color: #667CAF; }

 a { background-color: rgb(102,124,175); }

 div.DivClassName
 {
   background-color: #667CAF;
 }
 .BgClassName
 {
   background-color: #667CAF;
 }
</style>
border-color css

<style>
 span { border-color: #667CAF; }

 span { border-color: rgb(102,124,175); }

 td.TdClassName
 {
   border-color: #667CAF;
 }
 .TagClassName
 {
   border-color: #667CAF;
 }
</style>