Shades of Slate Blue #645ADB
Tints of Slate Blue #645ADB
RGB
CMYK
RGB Variations
Color information
#645ADB (or 0x645ADB) is known color: Slate Blue. HEX triplet: 64, 5A and DB. RGB value is (100,90,219). Sum of RGB (Red+Green+Blue) = 100+90+219=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #645ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ADB is #9BA524. Grayscale: #6B6B6B. Windows color (decimal): -10200357 or 14375524. OLE color: 14375524.
HSL color Cylindrical-coordinate representation of color #645ADB: hue angle of 244.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645ADB is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 90 | 219 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.14 |
| HSL | 244.65º | 0.64% | 0.61% | - |
| HSV(B) | 244.65º | 0.59% | 0.86% | - |
| XYZ | 21.7 | 15.14 | 68.8 | - |
| YUV | 107.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 219 | 0.54 | 0.59 | 0 | 0.14 | 244.65 | 0.64 | 0.61 |
| Hex | 64 | 5A | DB | 36 | 3B | 0 | E | F5 | 40 | 3D |
| Octal | 144 | 132 | 333 | 66 | 73 | 0 | 16 | 365 | 100 | 75 |
| Binary | 1100100 | 1011010 | 11011011 | 110110 | 111011 | 0 | 1110 | 11110101 | 1000000 | 111101 |
Color Harmonies of #645ADB
Complementary color
Monochromatic Colors of #645ADB
Black with #645ADB
Text Example
Text Example
White with #645ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645ADB; }
p { color: rgb(100,90,219); }
H1.HeaderClassName
{
color: #645ADB;
}
.AnyTagClassName
{
color: #645ADB;
}
</style>
background-color css
<style>
a { background-color: #645ADB; }
a { background-color: rgb(100,90,219); }
div.DivClassName
{
background-color: #645ADB;
}
.BgClassName
{
background-color: #645ADB;
}
</style>
border-color css
<style>
span { border-color: #645ADB; }
span { border-color: rgb(100,90,219); }
td.TdClassName
{
border-color: #645ADB;
}
.TagClassName
{
border-color: #645ADB;
}
</style>