Shades of Cadet Blue #649EA2
Tints of Cadet Blue #649EA2
RGB
CMYK
RGB Variations
Color information
#649EA2 (or 0x649EA2) is known color: Cadet Blue. HEX triplet: 64, 9E and A2. RGB value is (100,158,162). Sum of RGB (Red+Green+Blue) = 100+158+162=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #649EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649EA2 is #9B615D. Grayscale: #8D8D8D. Windows color (decimal): -10183006 or 10657380. OLE color: 10657380.
HSL color Cylindrical-coordinate representation of color #649EA2: hue angle of 183.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #649EA2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 158 | 162 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.36 |
| HSL | 183.87º | 0.25% | 0.51% | - |
| HSV(B) | 183.87º | 0.38% | 0.64% | - |
| XYZ | 24 | 29.77 | 38.66 | - |
| YUV | 141.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 162 | 0.38 | 0.02 | 0 | 0.36 | 183.87 | 0.25 | 0.51 |
| Hex | 64 | 9E | A2 | 26 | 2 | 0 | 24 | B8 | 19 | 33 |
| Octal | 144 | 236 | 242 | 46 | 2 | 0 | 44 | 270 | 31 | 63 |
| Binary | 1100100 | 10011110 | 10100010 | 100110 | 10 | 0 | 100100 | 10111000 | 11001 | 110011 |
Color Harmonies of #649EA2
Complementary color
Monochromatic Colors of #649EA2
Black with #649EA2
Text Example
Text Example
White with #649EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EA2; }
p { color: rgb(100,158,162); }
H1.HeaderClassName
{
color: #649EA2;
}
.AnyTagClassName
{
color: #649EA2;
}
</style>
background-color css
<style>
a { background-color: #649EA2; }
a { background-color: rgb(100,158,162); }
div.DivClassName
{
background-color: #649EA2;
}
.BgClassName
{
background-color: #649EA2;
}
</style>
border-color css
<style>
span { border-color: #649EA2; }
span { border-color: rgb(100,158,162); }
td.TdClassName
{
border-color: #649EA2;
}
.TagClassName
{
border-color: #649EA2;
}
</style>