#666CAB

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

Shades of Chetwode Blue #666CAB

Tints of Chetwode Blue #666CAB

Color information

#666CAB (or 0x666CAB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and AB. RGB value is (102,108,171). Sum of RGB (Red+Green+Blue) = 102+108+171=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #666CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAB is #999354. Grayscale: #717171. Windows color (decimal): -10064725 or 11234406. OLE color: 11234406.

HSL color Cylindrical-coordinate representation of color #666CAB: hue angle of 234.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666CAB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102108171-
CMYK0.400.3700.33
HSL234.78º29.11%53.53%-
HSV(B)234.78º40.35%67.06%-
XYZ18.1916.4940.75-
YUV113.39160.51119.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=26.77%
G=28.35%
B=44.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021081710.400.3700.33234.7829.1153.53
Hex666CAB2825021eb1d36
Octal14615425350450413533566
Binary110011011011001010101110100010010101000011110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,108,171); }

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

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

 a { background-color: rgb(102,108,171); }

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

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

 span { border-color: rgb(102,108,171); }

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