Shades of Slate Blue #645CDB
Tints of Slate Blue #645CDB
RGB
CMYK
RGB Variations
Color information
#645CDB (or 0x645CDB) is known color: Slate Blue. HEX triplet: 64, 5C and DB. RGB value is (100,92,219). Sum of RGB (Red+Green+Blue) = 100+92+219=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #645CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDB is #9BA324. Grayscale: #6C6C6C. Windows color (decimal): -10199845 or 14376036. OLE color: 14376036.
HSL color Cylindrical-coordinate representation of color #645CDB: hue angle of 243.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645CDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 92 | 219 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.14 |
| HSL | 243.78º | 0.64% | 0.61% | - |
| HSV(B) | 243.78º | 0.58% | 0.86% | - |
| XYZ | 21.87 | 15.48 | 68.85 | - |
| YUV | 108.87 | 190.15 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 219 | 0.54 | 0.58 | 0 | 0.14 | 243.78 | 0.64 | 0.61 |
| Hex | 64 | 5C | DB | 36 | 3A | 0 | E | F4 | 40 | 3D |
| Octal | 144 | 134 | 333 | 66 | 72 | 0 | 16 | 364 | 100 | 75 |
| Binary | 1100100 | 1011100 | 11011011 | 110110 | 111010 | 0 | 1110 | 11110100 | 1000000 | 111101 |
Color Harmonies of #645CDB
Complementary color
Monochromatic Colors of #645CDB
Black with #645CDB
Text Example
Text Example
White with #645CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CDB; }
p { color: rgb(100,92,219); }
H1.HeaderClassName
{
color: #645CDB;
}
.AnyTagClassName
{
color: #645CDB;
}
</style>
background-color css
<style>
a { background-color: #645CDB; }
a { background-color: rgb(100,92,219); }
div.DivClassName
{
background-color: #645CDB;
}
.BgClassName
{
background-color: #645CDB;
}
</style>
border-color css
<style>
span { border-color: #645CDB; }
span { border-color: rgb(100,92,219); }
td.TdClassName
{
border-color: #645CDB;
}
.TagClassName
{
border-color: #645CDB;
}
</style>