#667BAC

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

Shades of Chetwode Blue #667BAC

Tints of Chetwode Blue #667BAC

Color information

#667BAC (or 0x667BAC) is unknown color: approx Chetwode Blue. HEX triplet: 66, 7B and AC. RGB value is (102,123,172). Sum of RGB (Red+Green+Blue) = 102+123+172=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #667BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAC is #998453. Grayscale: #7A7A7A. Windows color (decimal): -10060884 or 11303782. OLE color: 11303782.

HSL color Cylindrical-coordinate representation of color #667BAC: hue angle of 222º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667BAC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102123172-
CMYK0.410.2800.33
HSL222º29.66%53.73%-
HSV(B)222º40.7%67.45%-
XYZ20.0119.9741.83-
YUV122.31156.04113.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=25.69%
G=30.98%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021231720.410.2800.3322229.6653.73
Hex667BAC291C021de1e36
Octal14617325451340413363666
Binary11001101111011101011001010011110001000011101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,123,172); }

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

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

 a { background-color: rgb(102,123,172); }

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

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

 span { border-color: rgb(102,123,172); }

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