#60959C

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

Shades of Cadet Blue #60959C

Tints of Cadet Blue #60959C

Color information

#60959C (or 0x60959C) is unknown color: approx Cadet Blue. HEX triplet: 60, 95 and 9C. RGB value is (96,149,156). Sum of RGB (Red+Green+Blue) = 96+149+156=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #60959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60959C is #9F6A63. Grayscale: #858585. Windows color (decimal): -10447460 or 10261856. OLE color: 10261856.

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

Color convert

RGB96149156-
CMYK0.380.0400.39
HSL187º23.81%49.41%-
HSV(B)187º38.46%61.18%-
XYZ21.5726.3835.41-
YUV133.95140.44100.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=23.94%
G=37.16%
B=38.90%

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
Decimal961491560.380.0400.3918723.8149.41
Hex60959C264027bb1831
Octal1402252344640472733061
Binary1100000100101011001110010011010001001111011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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