Shades of Cadet Blue #60979C
Tints of Cadet Blue #60979C
RGB
CMYK
RGB Variations
Color information
#60979C (or 0x60979C) is known color: Cadet Blue. HEX triplet: 60, 97 and 9C. RGB value is (96,151,156). Sum of RGB (Red+Green+Blue) = 96+151+156=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #60979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60979C is #9F6863. Grayscale: #878787. Windows color (decimal): -10446948 or 10262368. OLE color: 10262368.
HSL color Cylindrical-coordinate representation of color #60979C: hue angle of 185º 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 #60979C is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 151 | 156 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.39 |
| HSL | 185º | 0.24% | 0.49% | - |
| HSV(B) | 185º | 0.38% | 0.61% | - |
| XYZ | 21.89 | 27.02 | 35.51 | - |
| YUV | 135.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 151 | 156 | 0.38 | 0.03 | 0 | 0.39 | 185 | 0.24 | 0.49 |
| Hex | 60 | 97 | 9C | 26 | 3 | 0 | 27 | B9 | 18 | 31 |
| Octal | 140 | 227 | 234 | 46 | 3 | 0 | 47 | 271 | 30 | 61 |
| Binary | 1100000 | 10010111 | 10011100 | 100110 | 11 | 0 | 100111 | 10111001 | 11000 | 110001 |
Color Harmonies of #60979C
Complementary color
Monochromatic Colors of #60979C
Black with #60979C
Text Example
Text Example
White with #60979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60979C; }
p { color: rgb(96,151,156); }
H1.HeaderClassName
{
color: #60979C;
}
.AnyTagClassName
{
color: #60979C;
}
</style>
background-color css
<style>
a { background-color: #60979C; }
a { background-color: rgb(96,151,156); }
div.DivClassName
{
background-color: #60979C;
}
.BgClassName
{
background-color: #60979C;
}
</style>
border-color css
<style>
span { border-color: #60979C; }
span { border-color: rgb(96,151,156); }
td.TdClassName
{
border-color: #60979C;
}
.TagClassName
{
border-color: #60979C;
}
</style>