#66959E

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

Shades of Cadet Blue #66959E

Tints of Cadet Blue #66959E

Color information

#66959E (or 0x66959E) is unknown color: approx Cadet Blue. HEX triplet: 66, 95 and 9E. RGB value is (102,149,158). Sum of RGB (Red+Green+Blue) = 102+149+158=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #66959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66959E is #996A61. Grayscale: #878787. Windows color (decimal): -10054242 or 10392934. OLE color: 10392934.

HSL color Cylindrical-coordinate representation of color #66959E: hue angle of 189.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 #66959E is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102149158-
CMYK0.350.0600.38
HSL189.64º22.4%50.98%-
HSV(B)189.64º35.44%61.96%-
XYZ22.426.7936.34-
YUV135.97140.43103.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=24.94%
G=36.43%
B=38.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021491580.350.0600.38189.6422.450.98
Hex66959E236026be1633
Octal1462252364360462762663
Binary1100110100101011001111010001111001001101011111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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