#60969F

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

Shades of Cadet Blue #60969F

Tints of Cadet Blue #60969F

Color information

#60969F (or 0x60969F) is unknown color: approx Cadet Blue. HEX triplet: 60, 96 and 9F. RGB value is (96,150,159). Sum of RGB (Red+Green+Blue) = 96+150+159=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #60969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969F is #9F6960. Grayscale: #868686. Windows color (decimal): -10447201 or 10458720. OLE color: 10458720.

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

Color convert

RGB96150159-
CMYK0.400.0600.38
HSL188.57º24.71%50%-
HSV(B)188.57º39.62%62.35%-
XYZ21.9926.836.82-
YUV134.88141.61100.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=23.70%
G=37.04%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961501590.400.0600.38188.5724.7150
Hex60969F286026bd1932
Octal1402262375060462753162
Binary1100000100101101001111110100011001001101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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