Shades of Cadet Blue #60999B
Tints of Cadet Blue #60999B
RGB
CMYK
RGB Variations
Color information
#60999B (or 0x60999B) is known color: Cadet Blue. HEX triplet: 60, 99 and 9B. RGB value is (96,153,155). Sum of RGB (Red+Green+Blue) = 96+153+155=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #60999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60999B is #9F6664. Grayscale: #888888. Windows color (decimal): -10446437 or 10197344. OLE color: 10197344.
HSL color Cylindrical-coordinate representation of color #60999B: hue angle of 182.03º 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 #60999B is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 153 | 155 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.39 |
| HSL | 182.03º | 0.24% | 0.49% | - |
| HSV(B) | 182.03º | 0.38% | 0.61% | - |
| XYZ | 22.13 | 27.64 | 35.18 | - |
| YUV | 136.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 155 | 0.38 | 0.01 | 0 | 0.39 | 182.03 | 0.24 | 0.49 |
| Hex | 60 | 99 | 9B | 26 | 1 | 0 | 27 | B6 | 18 | 31 |
| Octal | 140 | 231 | 233 | 46 | 1 | 0 | 47 | 266 | 30 | 61 |
| Binary | 1100000 | 10011001 | 10011011 | 100110 | 1 | 0 | 100111 | 10110110 | 11000 | 110001 |
Color Harmonies of #60999B
Complementary color
Monochromatic Colors of #60999B
Black with #60999B
Text Example
Text Example
White with #60999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60999B; }
p { color: rgb(96,153,155); }
H1.HeaderClassName
{
color: #60999B;
}
.AnyTagClassName
{
color: #60999B;
}
</style>
background-color css
<style>
a { background-color: #60999B; }
a { background-color: rgb(96,153,155); }
div.DivClassName
{
background-color: #60999B;
}
.BgClassName
{
background-color: #60999B;
}
</style>
border-color css
<style>
span { border-color: #60999B; }
span { border-color: rgb(96,153,155); }
td.TdClassName
{
border-color: #60999B;
}
.TagClassName
{
border-color: #60999B;
}
</style>