Shades of Slate Blue #6443DB
Tints of Slate Blue #6443DB
RGB
CMYK
RGB Variations
Color information
#6443DB (or 0x6443DB) is known color: Slate Blue. HEX triplet: 64, 43 and DB. RGB value is (100,67,219). Sum of RGB (Red+Green+Blue) = 100+67+219=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #6443DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6443DB is #9BBC24. Grayscale: #5D5D5D. Windows color (decimal): -10206245 or 14369636. OLE color: 14369636.
HSL color Cylindrical-coordinate representation of color #6443DB: hue angle of 253.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6443DB is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 67 | 219 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.14 |
| HSL | 253.03º | 0.68% | 0.56% | - |
| HSV(B) | 253.03º | 0.69% | 0.86% | - |
| XYZ | 20.05 | 11.84 | 68.25 | - |
| YUV | 94.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 219 | 0.54 | 0.69 | 0 | 0.14 | 253.03 | 0.68 | 0.56 |
| Hex | 64 | 43 | DB | 36 | 45 | 0 | E | FD | 44 | 38 |
| Octal | 144 | 103 | 333 | 66 | 105 | 0 | 16 | 375 | 104 | 70 |
| Binary | 1100100 | 1000011 | 11011011 | 110110 | 1000101 | 0 | 1110 | 11111101 | 1000100 | 111000 |
Color Harmonies of #6443DB
Complementary color
Monochromatic Colors of #6443DB
Black with #6443DB
Text Example
Text Example
White with #6443DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6443DB; }
p { color: rgb(100,67,219); }
H1.HeaderClassName
{
color: #6443DB;
}
.AnyTagClassName
{
color: #6443DB;
}
</style>
background-color css
<style>
a { background-color: #6443DB; }
a { background-color: rgb(100,67,219); }
div.DivClassName
{
background-color: #6443DB;
}
.BgClassName
{
background-color: #6443DB;
}
</style>
border-color css
<style>
span { border-color: #6443DB; }
span { border-color: rgb(100,67,219); }
td.TdClassName
{
border-color: #6443DB;
}
.TagClassName
{
border-color: #6443DB;
}
</style>