Shades of Cadet Blue #649E9D
Tints of Cadet Blue #649E9D
RGB
CMYK
RGB Variations
Color information
#649E9D (or 0x649E9D) is known color: Cadet Blue. HEX triplet: 64, 9E and 9D. RGB value is (100,158,157). Sum of RGB (Red+Green+Blue) = 100+158+157=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #649E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E9D is #9B6162. Grayscale: #8C8C8C. Windows color (decimal): -10183011 or 10329700. OLE color: 10329700.
HSL color Cylindrical-coordinate representation of color #649E9D: hue angle of 178.97º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E9D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 157 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.38 |
| HSL | 178.97º | 0.23% | 0.51% | - |
| HSV(B) | 178.97º | 0.37% | 0.62% | - |
| XYZ | 23.57 | 29.6 | 36.37 | - |
| YUV | 140.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 157 | 0.37 | 0 | 0.01 | 0.38 | 178.97 | 0.23 | 0.51 |
| Hex | 64 | 9E | 9D | 25 | 0 | 1 | 26 | B3 | 17 | 33 |
| Octal | 144 | 236 | 235 | 45 | 0 | 1 | 46 | 263 | 27 | 63 |
| Binary | 1100100 | 10011110 | 10011101 | 100101 | 0 | 1 | 100110 | 10110011 | 10111 | 110011 |
Color Harmonies of #649E9D
Complementary color
Monochromatic Colors of #649E9D
Black with #649E9D
Text Example
Text Example
White with #649E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E9D; }
p { color: rgb(100,158,157); }
H1.HeaderClassName
{
color: #649E9D;
}
.AnyTagClassName
{
color: #649E9D;
}
</style>
background-color css
<style>
a { background-color: #649E9D; }
a { background-color: rgb(100,158,157); }
div.DivClassName
{
background-color: #649E9D;
}
.BgClassName
{
background-color: #649E9D;
}
</style>
border-color css
<style>
span { border-color: #649E9D; }
span { border-color: rgb(100,158,157); }
td.TdClassName
{
border-color: #649E9D;
}
.TagClassName
{
border-color: #649E9D;
}
</style>