#666BAC

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

Shades of Chetwode Blue #666BAC

Tints of Chetwode Blue #666BAC

Color information

#666BAC (or 0x666BAC) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6B and AC. RGB value is (102,107,172). Sum of RGB (Red+Green+Blue) = 102+107+172=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #666BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAC is #999453. Grayscale: #707070. Windows color (decimal): -10064980 or 11299686. OLE color: 11299686.

HSL color Cylindrical-coordinate representation of color #666BAC: hue angle of 235.71º 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 #666BAC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102107172-
CMYK0.410.3800.33
HSL235.71º29.66%53.73%-
HSV(B)235.71º40.7%67.45%-
XYZ18.1816.3241.22-
YUV112.92161.34120.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=26.77%
G=28.08%
B=45.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021071720.410.3800.33235.7129.6653.73
Hex666BAC2926021ec1e36
Octal14615325451460413543666
Binary110011011010111010110010100110011001000011110110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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