Shades of Slate Blue #646EDB
Tints of Slate Blue #646EDB
RGB
CMYK
RGB Variations
Color information
#646EDB (or 0x646EDB) is known color: Slate Blue. HEX triplet: 64, 6E and DB. RGB value is (100,110,219). Sum of RGB (Red+Green+Blue) = 100+110+219=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #646EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EDB is #9B9124. Grayscale: #767676. Windows color (decimal): -10195237 or 14380644. OLE color: 14380644.
HSL color Cylindrical-coordinate representation of color #646EDB: hue angle of 234.96º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646EDB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 110 | 219 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 234.96º | 0.62% | 0.63% | - |
| HSV(B) | 234.96º | 0.54% | 0.86% | - |
| XYZ | 23.62 | 18.98 | 69.44 | - |
| YUV | 119.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 219 | 0.54 | 0.50 | 0 | 0.14 | 234.96 | 0.62 | 0.63 |
| Hex | 64 | 6E | DB | 36 | 32 | 0 | E | EB | 3E | 3F |
| Octal | 144 | 156 | 333 | 66 | 62 | 0 | 16 | 353 | 76 | 77 |
| Binary | 1100100 | 1101110 | 11011011 | 110110 | 110010 | 0 | 1110 | 11101011 | 111110 | 111111 |
Color Harmonies of #646EDB
Complementary color
Monochromatic Colors of #646EDB
Black with #646EDB
Text Example
Text Example
White with #646EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EDB; }
p { color: rgb(100,110,219); }
H1.HeaderClassName
{
color: #646EDB;
}
.AnyTagClassName
{
color: #646EDB;
}
</style>
background-color css
<style>
a { background-color: #646EDB; }
a { background-color: rgb(100,110,219); }
div.DivClassName
{
background-color: #646EDB;
}
.BgClassName
{
background-color: #646EDB;
}
</style>
border-color css
<style>
span { border-color: #646EDB; }
span { border-color: rgb(100,110,219); }
td.TdClassName
{
border-color: #646EDB;
}
.TagClassName
{
border-color: #646EDB;
}
</style>