#60979F

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

Shades of Cadet Blue #60979F

Tints of Cadet Blue #60979F

Color information

#60979F (or 0x60979F) is unknown color: approx Cadet Blue. HEX triplet: 60, 97 and 9F. RGB value is (96,151,159). Sum of RGB (Red+Green+Blue) = 96+151+159=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #60979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60979F is #9F6860. Grayscale: #878787. Windows color (decimal): -10446945 or 10458976. OLE color: 10458976.

HSL color Cylindrical-coordinate representation of color #60979F: hue angle of 187.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60979F is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96151159-
CMYK0.400.0500.38
HSL187.62º24.71%50%-
HSV(B)187.62º39.62%62.35%-
XYZ22.1527.1236.87-
YUV135.47141.2899.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=23.65%
G=37.19%
B=39.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961511590.400.0500.38187.6224.7150
Hex60979F285026bc1932
Octal1402272375050462743162
Binary1100000100101111001111110100010101001101011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60979F; }

 p { color: rgb(96,151,159); }

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

<style>
 a { background-color: #60979F; }

 a { background-color: rgb(96,151,159); }

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

<style>
 span { border-color: #60979F; }

 span { border-color: rgb(96,151,159); }

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