Shades of Slate Blue #6543DB
Tints of Slate Blue #6543DB
RGB
CMYK
RGB Variations
Color information
#6543DB (or 0x6543DB) is known color: Slate Blue. HEX triplet: 65, 43 and DB. RGB value is (101,67,219). Sum of RGB (Red+Green+Blue) = 101+67+219=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #6543DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543DB is #9ABC24. Grayscale: #5D5D5D. Windows color (decimal): -10140709 or 14369637. OLE color: 14369637.
HSL color Cylindrical-coordinate representation of color #6543DB: hue angle of 253.42º 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 #6543DB is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 67 | 219 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.14 |
| HSL | 253.42º | 0.68% | 0.56% | - |
| HSV(B) | 253.42º | 0.69% | 0.86% | - |
| XYZ | 20.16 | 11.9 | 68.25 | - |
| YUV | 94.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 219 | 0.54 | 0.69 | 0 | 0.14 | 253.42 | 0.68 | 0.56 |
| Hex | 65 | 43 | DB | 36 | 45 | 0 | E | FD | 44 | 38 |
| Octal | 145 | 103 | 333 | 66 | 105 | 0 | 16 | 375 | 104 | 70 |
| Binary | 1100101 | 1000011 | 11011011 | 110110 | 1000101 | 0 | 1110 | 11111101 | 1000100 | 111000 |
Color Harmonies of #6543DB
Complementary color
Monochromatic Colors of #6543DB
Black with #6543DB
Text Example
Text Example
White with #6543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543DB; }
p { color: rgb(101,67,219); }
H1.HeaderClassName
{
color: #6543DB;
}
.AnyTagClassName
{
color: #6543DB;
}
</style>
background-color css
<style>
a { background-color: #6543DB; }
a { background-color: rgb(101,67,219); }
div.DivClassName
{
background-color: #6543DB;
}
.BgClassName
{
background-color: #6543DB;
}
</style>
border-color css
<style>
span { border-color: #6543DB; }
span { border-color: rgb(101,67,219); }
td.TdClassName
{
border-color: #6543DB;
}
.TagClassName
{
border-color: #6543DB;
}
</style>