Shades of Cadet Blue #61949C
Tints of Cadet Blue #61949C
RGB
CMYK
RGB Variations
Color information
#61949C (or 0x61949C) is known color: Cadet Blue. HEX triplet: 61, 94 and 9C. RGB value is (97,148,156). Sum of RGB (Red+Green+Blue) = 97+148+156=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #61949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61949C is #9E6B63. Grayscale: #858585. Windows color (decimal): -10382180 or 10261601. OLE color: 10261601.
HSL color Cylindrical-coordinate representation of color #61949C: hue angle of 188.14º 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 #61949C is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 148 | 156 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.39 |
| HSL | 188.14º | 0.23% | 0.5% | - |
| HSV(B) | 188.14º | 0.38% | 0.61% | - |
| XYZ | 21.52 | 26.12 | 35.36 | - |
| YUV | 133.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 156 | 0.38 | 0.05 | 0 | 0.39 | 188.14 | 0.23 | 0.5 |
| Hex | 61 | 94 | 9C | 26 | 5 | 0 | 27 | BC | 17 | 32 |
| Octal | 141 | 224 | 234 | 46 | 5 | 0 | 47 | 274 | 27 | 62 |
| Binary | 1100001 | 10010100 | 10011100 | 100110 | 101 | 0 | 100111 | 10111100 | 10111 | 110010 |
Color Harmonies of #61949C
Complementary color
Monochromatic Colors of #61949C
Black with #61949C
Text Example
Text Example
White with #61949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61949C; }
p { color: rgb(97,148,156); }
H1.HeaderClassName
{
color: #61949C;
}
.AnyTagClassName
{
color: #61949C;
}
</style>
background-color css
<style>
a { background-color: #61949C; }
a { background-color: rgb(97,148,156); }
div.DivClassName
{
background-color: #61949C;
}
.BgClassName
{
background-color: #61949C;
}
</style>
border-color css
<style>
span { border-color: #61949C; }
span { border-color: rgb(97,148,156); }
td.TdClassName
{
border-color: #61949C;
}
.TagClassName
{
border-color: #61949C;
}
</style>