#60999F

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

Shades of Cadet Blue #60999F

Tints of Cadet Blue #60999F

Color information

#60999F (or 0x60999F) is unknown color: approx Cadet Blue. HEX triplet: 60, 99 and 9F. RGB value is (96,153,159). Sum of RGB (Red+Green+Blue) = 96+153+159=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #60999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60999F is #9F6660. Grayscale: #888888. Windows color (decimal): -10446433 or 10459488. OLE color: 10459488.

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

Color convert

RGB96153159-
CMYK0.400.0400.38
HSL185.71º24.71%50%-
HSV(B)185.71º39.62%62.35%-
XYZ22.4727.7736.98-
YUV136.64140.6299.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=23.53%
G=37.5%
B=38.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961531590.400.0400.38185.7124.7150
Hex60999F284026ba1932
Octal1402312375040462723162
Binary1100000100110011001111110100010001001101011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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