#666FAD

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

Shades of Chetwode Blue #666FAD

Tints of Chetwode Blue #666FAD

Color information

#666FAD (or 0x666FAD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6F and AD. RGB value is (102,111,173). Sum of RGB (Red+Green+Blue) = 102+111+173=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #666FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAD is #999052. Grayscale: #737373. Windows color (decimal): -10063955 or 11366246. OLE color: 11366246.

HSL color Cylindrical-coordinate representation of color #666FAD: hue angle of 232.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666FAD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102111173-
CMYK0.410.3600.32
HSL232.39º30.21%53.92%-
HSV(B)232.39º41.04%67.84%-
XYZ18.7117.2141.87-
YUV115.38160.52118.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=26.42%
G=28.76%
B=44.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021111730.410.3600.32232.3930.2153.92
Hex666FAD2924020e81e36
Octal14615725551440403503666
Binary110011011011111010110110100110010001000001110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,111,173); }

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

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

 a { background-color: rgb(102,111,173); }

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

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

 span { border-color: rgb(102,111,173); }

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