Shades of Rich Blue #646899
Tints of Rich Blue #646899
RGB
CMYK
RGB Variations
Color information
#646899 (or 0x646899) is known color: Rich Blue. HEX triplet: 64, 68 and 99. RGB value is (100,104,153). Sum of RGB (Red+Green+Blue) = 100+104+153=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #646899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646899 is #9B9766. Grayscale: #6C6C6C. Windows color (decimal): -10196839 or 10053732. OLE color: 10053732.
HSL color Cylindrical-coordinate representation of color #646899: hue angle of 235.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646899 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 104 | 153 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.4 |
| HSL | 235.47º | 0.21% | 0.5% | - |
| HSV(B) | 235.47º | 0.35% | 0.6% | - |
| XYZ | 15.96 | 14.91 | 32.17 | - |
| YUV | 108.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 153 | 0.35 | 0.32 | 0 | 0.4 | 235.47 | 0.21 | 0.5 |
| Hex | 64 | 68 | 99 | 23 | 20 | 0 | 28 | EB | 15 | 32 |
| Octal | 144 | 150 | 231 | 43 | 40 | 0 | 50 | 353 | 25 | 62 |
| Binary | 1100100 | 1101000 | 10011001 | 100011 | 100000 | 0 | 101000 | 11101011 | 10101 | 110010 |
Color Harmonies of #646899
Complementary color
Monochromatic Colors of #646899
Black with #646899
Text Example
Text Example
White with #646899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646899; }
p { color: rgb(100,104,153); }
H1.HeaderClassName
{
color: #646899;
}
.AnyTagClassName
{
color: #646899;
}
</style>
background-color css
<style>
a { background-color: #646899; }
a { background-color: rgb(100,104,153); }
div.DivClassName
{
background-color: #646899;
}
.BgClassName
{
background-color: #646899;
}
</style>
border-color css
<style>
span { border-color: #646899; }
span { border-color: rgb(100,104,153); }
td.TdClassName
{
border-color: #646899;
}
.TagClassName
{
border-color: #646899;
}
</style>