#66979D

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

Shades of Cadet Blue #66979D

Tints of Cadet Blue #66979D

Color information

#66979D (or 0x66979D) is unknown color: approx Cadet Blue. HEX triplet: 66, 97 and 9D. RGB value is (102,151,157). Sum of RGB (Red+Green+Blue) = 102+151+157=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #66979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66979D is #996862. Grayscale: #888888. Windows color (decimal): -10053731 or 10327910. OLE color: 10327910.

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

Color convert

RGB102151157-
CMYK0.350.0400.38
HSL186.55º21.91%50.78%-
HSV(B)186.55º35.03%61.57%-
XYZ22.6327.3935.99-
YUV137.03139.27103.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=24.88%
G=36.83%
B=38.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021511570.350.0400.38186.5521.9150.78
Hex66979D234026bb1633
Octal1462272354340462732663
Binary1100110100101111001110110001110001001101011101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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