Shades of Cadet Blue #61949B
Tints of Cadet Blue #61949B
RGB
CMYK
RGB Variations
Color information
#61949B (or 0x61949B) is known color: Cadet Blue. HEX triplet: 61, 94 and 9B. RGB value is (97,148,155). Sum of RGB (Red+Green+Blue) = 97+148+155=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #61949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61949B is #9E6B64. Grayscale: #858585. Windows color (decimal): -10382181 or 10196065. OLE color: 10196065.
HSL color Cylindrical-coordinate representation of color #61949B: hue angle of 187.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61949B is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 148 | 155 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.39 |
| HSL | 187.24º | 0.23% | 0.49% | - |
| HSV(B) | 187.24º | 0.37% | 0.61% | - |
| XYZ | 21.44 | 26.09 | 34.92 | - |
| YUV | 133.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 155 | 0.37 | 0.05 | 0 | 0.39 | 187.24 | 0.23 | 0.49 |
| Hex | 61 | 94 | 9B | 25 | 5 | 0 | 27 | BB | 17 | 31 |
| Octal | 141 | 224 | 233 | 45 | 5 | 0 | 47 | 273 | 27 | 61 |
| Binary | 1100001 | 10010100 | 10011011 | 100101 | 101 | 0 | 100111 | 10111011 | 10111 | 110001 |
Color Harmonies of #61949B
Complementary color
Monochromatic Colors of #61949B
Black with #61949B
Text Example
Text Example
White with #61949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61949B; }
p { color: rgb(97,148,155); }
H1.HeaderClassName
{
color: #61949B;
}
.AnyTagClassName
{
color: #61949B;
}
</style>
background-color css
<style>
a { background-color: #61949B; }
a { background-color: rgb(97,148,155); }
div.DivClassName
{
background-color: #61949B;
}
.BgClassName
{
background-color: #61949B;
}
</style>
border-color css
<style>
span { border-color: #61949B; }
span { border-color: rgb(97,148,155); }
td.TdClassName
{
border-color: #61949B;
}
.TagClassName
{
border-color: #61949B;
}
</style>