#66989D

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

Shades of Cadet Blue #66989D

Tints of Cadet Blue #66989D

Color information

#66989D (or 0x66989D) is unknown color: approx Cadet Blue. HEX triplet: 66, 98 and 9D. RGB value is (102,152,157). Sum of RGB (Red+Green+Blue) = 102+152+157=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #66989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66989D is #996762. Grayscale: #898989. Windows color (decimal): -10053475 or 10328166. OLE color: 10328166.

HSL color Cylindrical-coordinate representation of color #66989D: hue angle of 185.45º 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 #66989D is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102152157-
CMYK0.350.0300.38
HSL185.45º21.91%50.78%-
HSV(B)185.45º35.03%61.57%-
XYZ22.7927.7236.05-
YUV137.62138.94102.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=24.82%
G=36.98%
B=38.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021521570.350.0300.38185.4521.9150.78
Hex66989D233026b91633
Octal1462302354330462712663
Binary110011010011000100111011000111101001101011100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66989D; }

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

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

<style>
 a { background-color: #66989D; }

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

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

<style>
 span { border-color: #66989D; }

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

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