Shades of Cadet Blue #60959B
Tints of Cadet Blue #60959B
RGB
CMYK
RGB Variations
Color information
#60959B (or 0x60959B) is known color: 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
| RGB | 96 | 149 | 155 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.39 |
| HSL | 186.1º | 0.24% | 0.49% | - |
| HSV(B) | 186.1º | 0.38% | 0.61% | - |
| XYZ | 21.49 | 26.35 | 34.96 | - |
| YUV | 133.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 155 | 0.38 | 0.04 | 0 | 0.39 | 186.1 | 0.24 | 0.49 |
| Hex | 60 | 95 | 9B | 26 | 4 | 0 | 27 | BA | 18 | 31 |
| Octal | 140 | 225 | 233 | 46 | 4 | 0 | 47 | 272 | 30 | 61 |
| Binary | 1100000 | 10010101 | 10011011 | 100110 | 100 | 0 | 100111 | 10111010 | 11000 | 110001 |
Color Harmonies of #60959B
Complementary color
Monochromatic Colors of #60959B
Black with #60959B
Text Example
Text Example
White with #60959B
Text Example
Text Example
HTML Codes & Css Web 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>