#60959D

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

Shades of Cadet Blue #60959D

Tints of Cadet Blue #60959D

Color information

#60959D (or 0x60959D) is unknown color: approx Cadet Blue. HEX triplet: 60, 95 and 9D. RGB value is (96,149,157). Sum of RGB (Red+Green+Blue) = 96+149+157=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #60959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60959D is #9F6A62. Grayscale: #858585. Windows color (decimal): -10447459 or 10327392. OLE color: 10327392.

HSL color Cylindrical-coordinate representation of color #60959D: hue angle of 187.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60959D is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96149157-
CMYK0.390.0500.38
HSL187.87º24.11%49.61%-
HSV(B)187.87º38.85%61.57%-
XYZ21.6626.4235.86-
YUV134.06140.94100.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=23.88%
G=37.06%
B=39.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961491570.390.0500.38187.8724.1149.61
Hex60959D275026bc1832
Octal1402252354750462743062
Binary1100000100101011001110110011110101001101011110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60959D; }

 p { color: rgb(96,149,157); }

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

<style>
 a { background-color: #60959D; }

 a { background-color: rgb(96,149,157); }

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

<style>
 span { border-color: #60959D; }

 span { border-color: rgb(96,149,157); }

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