#666A9D

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

Shades of Chetwode Blue #666A9D

Tints of Chetwode Blue #666A9D

Color information

#666A9D (or 0x666A9D) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6A and 9D. RGB value is (102,106,157). Sum of RGB (Red+Green+Blue) = 102+106+157=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #666A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A9D is #999562. Grayscale: #6E6E6E. Windows color (decimal): -10065251 or 10316390. OLE color: 10316390.

HSL color Cylindrical-coordinate representation of color #666A9D: hue angle of 235.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666A9D is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102106157-
CMYK0.350.3200.38
HSL235.64º21.91%50.78%-
HSV(B)235.64º35.03%61.57%-
XYZ16.7215.5734.02-
YUV110.62154.17121.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=27.95%
G=29.04%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021061570.350.3200.38235.6421.9150.78
Hex666A9D2320026ec1633
Octal14615223543400463542663
Binary110011011010101001110110001110000001001101110110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,106,157); }

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

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

 a { background-color: rgb(102,106,157); }

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

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

 span { border-color: rgb(102,106,157); }

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