Shades of Cadet Blue #649AA3
Tints of Cadet Blue #649AA3
RGB
CMYK
RGB Variations
Color information
#649AA3 (or 0x649AA3) is known color: Cadet Blue. HEX triplet: 64, 9A and A3. RGB value is (100,154,163). Sum of RGB (Red+Green+Blue) = 100+154+163=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 163 - color contains mainly: blue. Hex color #649AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649AA3 is #9B655C. Grayscale: #8A8A8A. Windows color (decimal): -10184029 or 10721892. OLE color: 10721892.
HSL color Cylindrical-coordinate representation of color #649AA3: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #649AA3 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 154 | 163 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.36 |
| HSL | 188.57º | 0.26% | 0.52% | - |
| HSV(B) | 188.57º | 0.39% | 0.64% | - |
| XYZ | 23.42 | 28.46 | 38.91 | - |
| YUV | 138.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 163 | 0.39 | 0.06 | 0 | 0.36 | 188.57 | 0.26 | 0.52 |
| Hex | 64 | 9A | A3 | 27 | 6 | 0 | 24 | BD | 1A | 34 |
| Octal | 144 | 232 | 243 | 47 | 6 | 0 | 44 | 275 | 32 | 64 |
| Binary | 1100100 | 10011010 | 10100011 | 100111 | 110 | 0 | 100100 | 10111101 | 11010 | 110100 |
Color Harmonies of #649AA3
Complementary color
Monochromatic Colors of #649AA3
Black with #649AA3
Text Example
Text Example
White with #649AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AA3; }
p { color: rgb(100,154,163); }
H1.HeaderClassName
{
color: #649AA3;
}
.AnyTagClassName
{
color: #649AA3;
}
</style>
background-color css
<style>
a { background-color: #649AA3; }
a { background-color: rgb(100,154,163); }
div.DivClassName
{
background-color: #649AA3;
}
.BgClassName
{
background-color: #649AA3;
}
</style>
border-color css
<style>
span { border-color: #649AA3; }
span { border-color: rgb(100,154,163); }
td.TdClassName
{
border-color: #649AA3;
}
.TagClassName
{
border-color: #649AA3;
}
</style>