Shades of Cadet Blue #649897
Tints of Cadet Blue #649897
RGB
CMYK
RGB Variations
Color information
#649897 (or 0x649897) is known color: Cadet Blue. HEX triplet: 64, 98 and 97. RGB value is (100,152,151). Sum of RGB (Red+Green+Blue) = 100+152+151=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #649897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649897 is #9B6768. Grayscale: #888888. Windows color (decimal): -10184553 or 9934948. OLE color: 9934948.
HSL color Cylindrical-coordinate representation of color #649897: hue angle of 178.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649897 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 151 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.40 |
| HSL | 178.85º | 0.21% | 0.49% | - |
| HSV(B) | 178.85º | 0.34% | 0.6% | - |
| XYZ | 22.07 | 27.4 | 33.4 | - |
| YUV | 136.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 151 | 0.34 | 0 | 0.01 | 0.40 | 178.85 | 0.21 | 0.49 |
| Hex | 64 | 98 | 97 | 22 | 0 | 1 | 28 | B3 | 15 | 31 |
| Octal | 144 | 230 | 227 | 42 | 0 | 1 | 50 | 263 | 25 | 61 |
| Binary | 1100100 | 10011000 | 10010111 | 100010 | 0 | 1 | 101000 | 10110011 | 10101 | 110001 |
Color Harmonies of #649897
Complementary color
Monochromatic Colors of #649897
Black with #649897
Text Example
Text Example
White with #649897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649897; }
p { color: rgb(100,152,151); }
H1.HeaderClassName
{
color: #649897;
}
.AnyTagClassName
{
color: #649897;
}
</style>
background-color css
<style>
a { background-color: #649897; }
a { background-color: rgb(100,152,151); }
div.DivClassName
{
background-color: #649897;
}
.BgClassName
{
background-color: #649897;
}
</style>
border-color css
<style>
span { border-color: #649897; }
span { border-color: rgb(100,152,151); }
td.TdClassName
{
border-color: #649897;
}
.TagClassName
{
border-color: #649897;
}
</style>