Shades of Cadet Blue #61949F
Tints of Cadet Blue #61949F
RGB
CMYK
RGB Variations
Color information
#61949F (or 0x61949F) is known color: Cadet Blue. HEX triplet: 61, 94 and 9F. RGB value is (97,148,159). Sum of RGB (Red+Green+Blue) = 97+148+159=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #61949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61949F is #9E6B60. Grayscale: #858585. Windows color (decimal): -10382177 or 10458209. OLE color: 10458209.
HSL color Cylindrical-coordinate representation of color #61949F: hue angle of 190.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61949F is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 148 | 159 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.38 |
| HSL | 190.65º | 0.24% | 0.5% | - |
| HSV(B) | 190.65º | 0.39% | 0.62% | - |
| XYZ | 21.78 | 26.22 | 36.71 | - |
| YUV | 134.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 159 | 0.39 | 0.07 | 0 | 0.38 | 190.65 | 0.24 | 0.5 |
| Hex | 61 | 94 | 9F | 27 | 7 | 0 | 26 | BF | 18 | 32 |
| Octal | 141 | 224 | 237 | 47 | 7 | 0 | 46 | 277 | 30 | 62 |
| Binary | 1100001 | 10010100 | 10011111 | 100111 | 111 | 0 | 100110 | 10111111 | 11000 | 110010 |
Color Harmonies of #61949F
Complementary color
Monochromatic Colors of #61949F
Black with #61949F
Text Example
Text Example
White with #61949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61949F; }
p { color: rgb(97,148,159); }
H1.HeaderClassName
{
color: #61949F;
}
.AnyTagClassName
{
color: #61949F;
}
</style>
background-color css
<style>
a { background-color: #61949F; }
a { background-color: rgb(97,148,159); }
div.DivClassName
{
background-color: #61949F;
}
.BgClassName
{
background-color: #61949F;
}
</style>
border-color css
<style>
span { border-color: #61949F; }
span { border-color: rgb(97,148,159); }
td.TdClassName
{
border-color: #61949F;
}
.TagClassName
{
border-color: #61949F;
}
</style>