Shades of Cadet Blue #61959C
Tints of Cadet Blue #61959C
RGB
CMYK
RGB Variations
Color information
#61959C (or 0x61959C) is known color: Cadet Blue. HEX triplet: 61, 95 and 9C. RGB value is (97,149,156). Sum of RGB (Red+Green+Blue) = 97+149+156=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #61959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61959C is #9E6A63. Grayscale: #868686. Windows color (decimal): -10381924 or 10261857. OLE color: 10261857.
HSL color Cylindrical-coordinate representation of color #61959C: hue angle of 187.12º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61959C is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 149 | 156 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.39 |
| HSL | 187.12º | 0.23% | 0.5% | - |
| HSV(B) | 187.12º | 0.38% | 0.61% | - |
| XYZ | 21.68 | 26.44 | 35.41 | - |
| YUV | 134.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 156 | 0.38 | 0.04 | 0 | 0.39 | 187.12 | 0.23 | 0.5 |
| Hex | 61 | 95 | 9C | 26 | 4 | 0 | 27 | BB | 17 | 32 |
| Octal | 141 | 225 | 234 | 46 | 4 | 0 | 47 | 273 | 27 | 62 |
| Binary | 1100001 | 10010101 | 10011100 | 100110 | 100 | 0 | 100111 | 10111011 | 10111 | 110010 |
Color Harmonies of #61959C
Complementary color
Monochromatic Colors of #61959C
Black with #61959C
Text Example
Text Example
White with #61959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61959C; }
p { color: rgb(97,149,156); }
H1.HeaderClassName
{
color: #61959C;
}
.AnyTagClassName
{
color: #61959C;
}
</style>
background-color css
<style>
a { background-color: #61959C; }
a { background-color: rgb(97,149,156); }
div.DivClassName
{
background-color: #61959C;
}
.BgClassName
{
background-color: #61959C;
}
</style>
border-color css
<style>
span { border-color: #61959C; }
span { border-color: rgb(97,149,156); }
td.TdClassName
{
border-color: #61959C;
}
.TagClassName
{
border-color: #61959C;
}
</style>