#60989F

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

Shades of Cadet Blue #60989F

Tints of Cadet Blue #60989F

Color information

#60989F (or 0x60989F) is unknown color: approx Cadet Blue. HEX triplet: 60, 98 and 9F. RGB value is (96,152,159). Sum of RGB (Red+Green+Blue) = 96+152+159=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #60989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60989F is #9F6760. Grayscale: #878787. Windows color (decimal): -10446689 or 10459232. OLE color: 10459232.

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

Color convert

RGB96152159-
CMYK0.400.0400.38
HSL186.67º24.71%50%-
HSV(B)186.67º39.62%62.35%-
XYZ22.3127.4536.92-
YUV136.05140.9599.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=23.59%
G=37.35%
B=39.07%

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
Decimal961521590.400.0400.38186.6724.7150
Hex60989F284026bb1932
Octal1402302375040462733162
Binary1100000100110001001111110100010001001101011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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