Shades of Cadet Blue #60939C
Tints of Cadet Blue #60939C
RGB
CMYK
RGB Variations
Color information
#60939C (or 0x60939C) is known color: Cadet Blue. HEX triplet: 60, 93 and 9C. RGB value is (96,147,156). Sum of RGB (Red+Green+Blue) = 96+147+156=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #60939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60939C is #9F6C63. Grayscale: #848484. Windows color (decimal): -10447972 or 10261344. OLE color: 10261344.
HSL color Cylindrical-coordinate representation of color #60939C: hue angle of 189º 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 #60939C is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 147 | 156 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.39 |
| HSL | 189º | 0.24% | 0.49% | - |
| HSV(B) | 189º | 0.38% | 0.61% | - |
| XYZ | 21.26 | 25.75 | 35.3 | - |
| YUV | 132.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 156 | 0.38 | 0.06 | 0 | 0.39 | 189 | 0.24 | 0.49 |
| Hex | 60 | 93 | 9C | 26 | 6 | 0 | 27 | BD | 18 | 31 |
| Octal | 140 | 223 | 234 | 46 | 6 | 0 | 47 | 275 | 30 | 61 |
| Binary | 1100000 | 10010011 | 10011100 | 100110 | 110 | 0 | 100111 | 10111101 | 11000 | 110001 |
Color Harmonies of #60939C
Complementary color
Monochromatic Colors of #60939C
Black with #60939C
Text Example
Text Example
White with #60939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60939C; }
p { color: rgb(96,147,156); }
H1.HeaderClassName
{
color: #60939C;
}
.AnyTagClassName
{
color: #60939C;
}
</style>
background-color css
<style>
a { background-color: #60939C; }
a { background-color: rgb(96,147,156); }
div.DivClassName
{
background-color: #60939C;
}
.BgClassName
{
background-color: #60939C;
}
</style>
border-color css
<style>
span { border-color: #60939C; }
span { border-color: rgb(96,147,156); }
td.TdClassName
{
border-color: #60939C;
}
.TagClassName
{
border-color: #60939C;
}
</style>