#60959B

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

Shades of Cadet Blue #60959B

Tints of Cadet Blue #60959B

Color information

#60959B (or 0x60959B) is unknown color: approx Cadet Blue. HEX triplet: 60, 95 and 9B. RGB value is (96,149,155). Sum of RGB (Red+Green+Blue) = 96+149+155=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #60959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60959B is #9F6A64. Grayscale: #858585. Windows color (decimal): -10447461 or 10196320. OLE color: 10196320.

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

Color convert

RGB96149155-
CMYK0.380.0400.39
HSL186.1º23.51%49.22%-
HSV(B)186.1º38.06%60.78%-
XYZ21.4926.3534.96-
YUV133.84139.94101.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=24%
G=37.25%
B=38.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961491550.380.0400.39186.123.5149.22
Hex60959B264027ba1831
Octal1402252334640472723061
Binary1100000100101011001101110011010001001111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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