#66979C

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

Shades of Cadet Blue #66979C

Tints of Cadet Blue #66979C

Color information

#66979C (or 0x66979C) is unknown color: approx Cadet Blue. HEX triplet: 66, 97 and 9C. RGB value is (102,151,156). Sum of RGB (Red+Green+Blue) = 102+151+156=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #66979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66979C is #996863. Grayscale: #888888. Windows color (decimal): -10053732 or 10262374. OLE color: 10262374.

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

Color convert

RGB102151156-
CMYK0.350.0300.39
HSL185.56º21.43%50.59%-
HSV(B)185.56º34.62%61.18%-
XYZ22.5527.3635.54-
YUV136.92138.77103.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=24.94%
G=36.92%
B=38.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021511560.350.0300.39185.5621.4350.59
Hex66979C233027ba1533
Octal1462272344330472722563
Binary110011010010111100111001000111101001111011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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