Shades of Slate Blue #643FDB
Tints of Slate Blue #643FDB
RGB
CMYK
RGB Variations
Color information
#643FDB (or 0x643FDB) is known color: Slate Blue. HEX triplet: 64, 3F and DB. RGB value is (100,63,219). Sum of RGB (Red+Green+Blue) = 100+63+219=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #643FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FDB is #9BC024. Grayscale: #5B5B5B. Windows color (decimal): -10207269 or 14368612. OLE color: 14368612.
HSL color Cylindrical-coordinate representation of color #643FDB: hue angle of 254.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643FDB is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 63 | 219 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.14 |
| HSL | 254.23º | 0.68% | 0.55% | - |
| HSV(B) | 254.23º | 0.71% | 0.86% | - |
| XYZ | 19.82 | 11.38 | 68.17 | - |
| YUV | 91.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 219 | 0.54 | 0.71 | 0 | 0.14 | 254.23 | 0.68 | 0.55 |
| Hex | 64 | 3F | DB | 36 | 47 | 0 | E | FE | 44 | 37 |
| Octal | 144 | 77 | 333 | 66 | 107 | 0 | 16 | 376 | 104 | 67 |
| Binary | 1100100 | 111111 | 11011011 | 110110 | 1000111 | 0 | 1110 | 11111110 | 1000100 | 110111 |
Color Harmonies of #643FDB
Complementary color
Monochromatic Colors of #643FDB
Black with #643FDB
Text Example
Text Example
White with #643FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FDB; }
p { color: rgb(100,63,219); }
H1.HeaderClassName
{
color: #643FDB;
}
.AnyTagClassName
{
color: #643FDB;
}
</style>
background-color css
<style>
a { background-color: #643FDB; }
a { background-color: rgb(100,63,219); }
div.DivClassName
{
background-color: #643FDB;
}
.BgClassName
{
background-color: #643FDB;
}
</style>
border-color css
<style>
span { border-color: #643FDB; }
span { border-color: rgb(100,63,219); }
td.TdClassName
{
border-color: #643FDB;
}
.TagClassName
{
border-color: #643FDB;
}
</style>