#66959C

Color #66959C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #66959C

Tints of Cadet Blue #66959C

Color information

#66959C (or 0x66959C) is unknown color: approx Cadet Blue. HEX triplet: 66, 95 and 9C. RGB value is (102,149,156). Sum of RGB (Red+Green+Blue) = 102+149+156=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #66959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66959C is #996A63. Grayscale: #878787. Windows color (decimal): -10054244 or 10261862. OLE color: 10261862.

HSL color Cylindrical-coordinate representation of color #66959C: hue angle of 187.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66959C is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102149156-
CMYK0.350.0400.39
HSL187.78º21.43%50.59%-
HSV(B)187.78º34.62%61.18%-
XYZ22.2326.7235.44-
YUV135.74139.43103.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=25.06%
G=36.61%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021491560.350.0400.39187.7821.4350.59
Hex66959C234027bc1533
Octal1462252344340472742563
Binary1100110100101011001110010001110001001111011110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66959C; }

 p { color: rgb(102,149,156); }

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

<style>
 a { background-color: #66959C; }

 a { background-color: rgb(102,149,156); }

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

<style>
 span { border-color: #66959C; }

 span { border-color: rgb(102,149,156); }

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