Shades of Slate Blue #646EDD
Tints of Slate Blue #646EDD
RGB
CMYK
RGB Variations
Color information
#646EDD (or 0x646EDD) is known color: Slate Blue. HEX triplet: 64, 6E and DD. RGB value is (100,110,221). Sum of RGB (Red+Green+Blue) = 100+110+221=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #646EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EDD is #9B9122. Grayscale: #777777. Windows color (decimal): -10195235 or 14511716. OLE color: 14511716.
HSL color Cylindrical-coordinate representation of color #646EDD: hue angle of 235.04º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646EDD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 110 | 221 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.13 |
| HSL | 235.04º | 0.64% | 0.63% | - |
| HSV(B) | 235.04º | 0.55% | 0.87% | - |
| XYZ | 23.88 | 19.08 | 70.83 | - |
| YUV | 119.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 221 | 0.55 | 0.50 | 0 | 0.13 | 235.04 | 0.64 | 0.63 |
| Hex | 64 | 6E | DD | 37 | 32 | 0 | D | EB | 40 | 3F |
| Octal | 144 | 156 | 335 | 67 | 62 | 0 | 15 | 353 | 100 | 77 |
| Binary | 1100100 | 1101110 | 11011101 | 110111 | 110010 | 0 | 1101 | 11101011 | 1000000 | 111111 |
Color Harmonies of #646EDD
Complementary color
Monochromatic Colors of #646EDD
Black with #646EDD
Text Example
Text Example
White with #646EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EDD; }
p { color: rgb(100,110,221); }
H1.HeaderClassName
{
color: #646EDD;
}
.AnyTagClassName
{
color: #646EDD;
}
</style>
background-color css
<style>
a { background-color: #646EDD; }
a { background-color: rgb(100,110,221); }
div.DivClassName
{
background-color: #646EDD;
}
.BgClassName
{
background-color: #646EDD;
}
</style>
border-color css
<style>
span { border-color: #646EDD; }
span { border-color: rgb(100,110,221); }
td.TdClassName
{
border-color: #646EDD;
}
.TagClassName
{
border-color: #646EDD;
}
</style>