Shades of Slate Blue #646DDB
Tints of Slate Blue #646DDB
RGB
CMYK
RGB Variations
Color information
#646DDB (or 0x646DDB) is known color: Slate Blue. HEX triplet: 64, 6D and DB. RGB value is (100,109,219). Sum of RGB (Red+Green+Blue) = 100+109+219=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #646DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DDB is #9B9224. Grayscale: #767676. Windows color (decimal): -10195493 or 14380388. OLE color: 14380388.
HSL color Cylindrical-coordinate representation of color #646DDB: hue angle of 235.46º 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 #646DDB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 109 | 219 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 235.46º | 0.62% | 0.63% | - |
| HSV(B) | 235.46º | 0.54% | 0.86% | - |
| XYZ | 23.51 | 18.76 | 69.4 | - |
| YUV | 118.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 219 | 0.54 | 0.50 | 0 | 0.14 | 235.46 | 0.62 | 0.63 |
| Hex | 64 | 6D | DB | 36 | 32 | 0 | E | EB | 3E | 3F |
| Octal | 144 | 155 | 333 | 66 | 62 | 0 | 16 | 353 | 76 | 77 |
| Binary | 1100100 | 1101101 | 11011011 | 110110 | 110010 | 0 | 1110 | 11101011 | 111110 | 111111 |
Color Harmonies of #646DDB
Complementary color
Monochromatic Colors of #646DDB
Black with #646DDB
Text Example
Text Example
White with #646DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646DDB; }
p { color: rgb(100,109,219); }
H1.HeaderClassName
{
color: #646DDB;
}
.AnyTagClassName
{
color: #646DDB;
}
</style>
background-color css
<style>
a { background-color: #646DDB; }
a { background-color: rgb(100,109,219); }
div.DivClassName
{
background-color: #646DDB;
}
.BgClassName
{
background-color: #646DDB;
}
</style>
border-color css
<style>
span { border-color: #646DDB; }
span { border-color: rgb(100,109,219); }
td.TdClassName
{
border-color: #646DDB;
}
.TagClassName
{
border-color: #646DDB;
}
</style>