Shades of Cadet Blue #61969C
Tints of Cadet Blue #61969C
RGB
CMYK
RGB Variations
Color information
#61969C (or 0x61969C) is known color: Cadet Blue. HEX triplet: 61, 96 and 9C. RGB value is (97,150,156). Sum of RGB (Red+Green+Blue) = 97+150+156=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #61969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61969C is #9E6963. Grayscale: #868686. Windows color (decimal): -10381668 or 10262113. OLE color: 10262113.
HSL color Cylindrical-coordinate representation of color #61969C: hue angle of 186.1º 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 #61969C is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 150 | 156 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.39 |
| HSL | 186.1º | 0.23% | 0.5% | - |
| HSV(B) | 186.1º | 0.38% | 0.61% | - |
| XYZ | 21.84 | 26.75 | 35.47 | - |
| YUV | 134.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 156 | 0.38 | 0.04 | 0 | 0.39 | 186.1 | 0.23 | 0.5 |
| Hex | 61 | 96 | 9C | 26 | 4 | 0 | 27 | BA | 17 | 32 |
| Octal | 141 | 226 | 234 | 46 | 4 | 0 | 47 | 272 | 27 | 62 |
| Binary | 1100001 | 10010110 | 10011100 | 100110 | 100 | 0 | 100111 | 10111010 | 10111 | 110010 |
Color Harmonies of #61969C
Complementary color
Monochromatic Colors of #61969C
Black with #61969C
Text Example
Text Example
White with #61969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61969C; }
p { color: rgb(97,150,156); }
H1.HeaderClassName
{
color: #61969C;
}
.AnyTagClassName
{
color: #61969C;
}
</style>
background-color css
<style>
a { background-color: #61969C; }
a { background-color: rgb(97,150,156); }
div.DivClassName
{
background-color: #61969C;
}
.BgClassName
{
background-color: #61969C;
}
</style>
border-color css
<style>
span { border-color: #61969C; }
span { border-color: rgb(97,150,156); }
td.TdClassName
{
border-color: #61969C;
}
.TagClassName
{
border-color: #61969C;
}
</style>