Shades of Slate Blue #646CDB
Tints of Slate Blue #646CDB
RGB
CMYK
RGB Variations
Color information
#646CDB (or 0x646CDB) is known color: Slate Blue. HEX triplet: 64, 6C and DB. RGB value is (100,108,219). Sum of RGB (Red+Green+Blue) = 100+108+219=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #646CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDB is #9B9324. Grayscale: #757575. Windows color (decimal): -10195749 or 14380132. OLE color: 14380132.
HSL color Cylindrical-coordinate representation of color #646CDB: hue angle of 235.97º 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 #646CDB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 108 | 219 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.14 |
| HSL | 235.97º | 0.62% | 0.63% | - |
| HSV(B) | 235.97º | 0.54% | 0.86% | - |
| XYZ | 23.4 | 18.55 | 69.36 | - |
| YUV | 118.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 219 | 0.54 | 0.51 | 0 | 0.14 | 235.97 | 0.62 | 0.63 |
| Hex | 64 | 6C | DB | 36 | 33 | 0 | E | EC | 3E | 3F |
| Octal | 144 | 154 | 333 | 66 | 63 | 0 | 16 | 354 | 76 | 77 |
| Binary | 1100100 | 1101100 | 11011011 | 110110 | 110011 | 0 | 1110 | 11101100 | 111110 | 111111 |
Color Harmonies of #646CDB
Complementary color
Monochromatic Colors of #646CDB
Black with #646CDB
Text Example
Text Example
White with #646CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CDB; }
p { color: rgb(100,108,219); }
H1.HeaderClassName
{
color: #646CDB;
}
.AnyTagClassName
{
color: #646CDB;
}
</style>
background-color css
<style>
a { background-color: #646CDB; }
a { background-color: rgb(100,108,219); }
div.DivClassName
{
background-color: #646CDB;
}
.BgClassName
{
background-color: #646CDB;
}
</style>
border-color css
<style>
span { border-color: #646CDB; }
span { border-color: rgb(100,108,219); }
td.TdClassName
{
border-color: #646CDB;
}
.TagClassName
{
border-color: #646CDB;
}
</style>