Shades of Cadet Blue #60949B
Tints of Cadet Blue #60949B
RGB
CMYK
RGB Variations
Color information
#60949B (or 0x60949B) is known color: Cadet Blue. HEX triplet: 60, 94 and 9B. RGB value is (96,148,155). Sum of RGB (Red+Green+Blue) = 96+148+155=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #60949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60949B is #9F6B64. Grayscale: #858585. Windows color (decimal): -10447717 or 10196064. OLE color: 10196064.
HSL color Cylindrical-coordinate representation of color #60949B: hue angle of 187.12º 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 #60949B is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 148 | 155 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.39 |
| HSL | 187.12º | 0.24% | 0.49% | - |
| HSV(B) | 187.12º | 0.38% | 0.61% | - |
| XYZ | 21.33 | 26.03 | 34.91 | - |
| YUV | 133.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 155 | 0.38 | 0.05 | 0 | 0.39 | 187.12 | 0.24 | 0.49 |
| Hex | 60 | 94 | 9B | 26 | 5 | 0 | 27 | BB | 18 | 31 |
| Octal | 140 | 224 | 233 | 46 | 5 | 0 | 47 | 273 | 30 | 61 |
| Binary | 1100000 | 10010100 | 10011011 | 100110 | 101 | 0 | 100111 | 10111011 | 11000 | 110001 |
Color Harmonies of #60949B
Complementary color
Monochromatic Colors of #60949B
Black with #60949B
Text Example
Text Example
White with #60949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60949B; }
p { color: rgb(96,148,155); }
H1.HeaderClassName
{
color: #60949B;
}
.AnyTagClassName
{
color: #60949B;
}
</style>
background-color css
<style>
a { background-color: #60949B; }
a { background-color: rgb(96,148,155); }
div.DivClassName
{
background-color: #60949B;
}
.BgClassName
{
background-color: #60949B;
}
</style>
border-color css
<style>
span { border-color: #60949B; }
span { border-color: rgb(96,148,155); }
td.TdClassName
{
border-color: #60949B;
}
.TagClassName
{
border-color: #60949B;
}
</style>