Shades of Cadet Blue #61949A
Tints of Cadet Blue #61949A
RGB
CMYK
RGB Variations
Color information
#61949A (or 0x61949A) is known color: Cadet Blue. HEX triplet: 61, 94 and 9A. RGB value is (97,148,154). Sum of RGB (Red+Green+Blue) = 97+148+154=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #61949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61949A is #9E6B65. Grayscale: #858585. Windows color (decimal): -10382182 or 10130529. OLE color: 10130529.
HSL color Cylindrical-coordinate representation of color #61949A: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61949A is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 148 | 154 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.40 |
| HSL | 186.32º | 0.23% | 0.49% | - |
| HSV(B) | 186.32º | 0.37% | 0.6% | - |
| XYZ | 21.35 | 26.05 | 34.48 | - |
| YUV | 133.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 154 | 0.37 | 0.04 | 0 | 0.40 | 186.32 | 0.23 | 0.49 |
| Hex | 61 | 94 | 9A | 25 | 4 | 0 | 28 | BA | 17 | 31 |
| Octal | 141 | 224 | 232 | 45 | 4 | 0 | 50 | 272 | 27 | 61 |
| Binary | 1100001 | 10010100 | 10011010 | 100101 | 100 | 0 | 101000 | 10111010 | 10111 | 110001 |
Color Harmonies of #61949A
Complementary color
Monochromatic Colors of #61949A
Black with #61949A
Text Example
Text Example
White with #61949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61949A; }
p { color: rgb(97,148,154); }
H1.HeaderClassName
{
color: #61949A;
}
.AnyTagClassName
{
color: #61949A;
}
</style>
background-color css
<style>
a { background-color: #61949A; }
a { background-color: rgb(97,148,154); }
div.DivClassName
{
background-color: #61949A;
}
.BgClassName
{
background-color: #61949A;
}
</style>
border-color css
<style>
span { border-color: #61949A; }
span { border-color: rgb(97,148,154); }
td.TdClassName
{
border-color: #61949A;
}
.TagClassName
{
border-color: #61949A;
}
</style>