Shades of Slate Blue #6543D6
Tints of Slate Blue #6543D6
RGB
CMYK
RGB Variations
Color information
#6543D6 (or 0x6543D6) is known color: Slate Blue. HEX triplet: 65, 43 and D6. RGB value is (101,67,214). Sum of RGB (Red+Green+Blue) = 101+67+214=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #6543D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543D6 is #9ABC29. Grayscale: #5D5D5D. Windows color (decimal): -10140714 or 14041957. OLE color: 14041957.
HSL color Cylindrical-coordinate representation of color #6543D6: hue angle of 253.88º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6543D6 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 67 | 214 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.16 |
| HSL | 253.88º | 0.64% | 0.55% | - |
| HSV(B) | 253.88º | 0.69% | 0.84% | - |
| XYZ | 19.51 | 11.64 | 64.84 | - |
| YUV | 93.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 214 | 0.53 | 0.69 | 0 | 0.16 | 253.88 | 0.64 | 0.55 |
| Hex | 65 | 43 | D6 | 35 | 45 | 0 | 10 | FE | 40 | 37 |
| Octal | 145 | 103 | 326 | 65 | 105 | 0 | 20 | 376 | 100 | 67 |
| Binary | 1100101 | 1000011 | 11010110 | 110101 | 1000101 | 0 | 10000 | 11111110 | 1000000 | 110111 |
Color Harmonies of #6543D6
Complementary color
Monochromatic Colors of #6543D6
Black with #6543D6
Text Example
Text Example
White with #6543D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543D6; }
p { color: rgb(101,67,214); }
H1.HeaderClassName
{
color: #6543D6;
}
.AnyTagClassName
{
color: #6543D6;
}
</style>
background-color css
<style>
a { background-color: #6543D6; }
a { background-color: rgb(101,67,214); }
div.DivClassName
{
background-color: #6543D6;
}
.BgClassName
{
background-color: #6543D6;
}
</style>
border-color css
<style>
span { border-color: #6543D6; }
span { border-color: rgb(101,67,214); }
td.TdClassName
{
border-color: #6543D6;
}
.TagClassName
{
border-color: #6543D6;
}
</style>