Shades of Slate Blue #6543D5
Tints of Slate Blue #6543D5
RGB
CMYK
RGB Variations
Color information
#6543D5 (or 0x6543D5) is known color: Slate Blue. HEX triplet: 65, 43 and D5. RGB value is (101,67,213). Sum of RGB (Red+Green+Blue) = 101+67+213=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #6543D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543D5 is #9ABC2A. Grayscale: #5D5D5D. Windows color (decimal): -10140715 or 13976421. OLE color: 13976421.
HSL color Cylindrical-coordinate representation of color #6543D5: hue angle of 253.97º degrees, saturation: 0.63, 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 #6543D5 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 67 | 213 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.16 |
| HSL | 253.97º | 0.63% | 0.55% | - |
| HSV(B) | 253.97º | 0.69% | 0.84% | - |
| XYZ | 19.38 | 11.59 | 64.17 | - |
| YUV | 93.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 213 | 0.53 | 0.69 | 0 | 0.16 | 253.97 | 0.63 | 0.55 |
| Hex | 65 | 43 | D5 | 35 | 45 | 0 | 10 | FE | 3F | 37 |
| Octal | 145 | 103 | 325 | 65 | 105 | 0 | 20 | 376 | 77 | 67 |
| Binary | 1100101 | 1000011 | 11010101 | 110101 | 1000101 | 0 | 10000 | 11111110 | 111111 | 110111 |
Color Harmonies of #6543D5
Complementary color
Monochromatic Colors of #6543D5
Black with #6543D5
Text Example
Text Example
White with #6543D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543D5; }
p { color: rgb(101,67,213); }
H1.HeaderClassName
{
color: #6543D5;
}
.AnyTagClassName
{
color: #6543D5;
}
</style>
background-color css
<style>
a { background-color: #6543D5; }
a { background-color: rgb(101,67,213); }
div.DivClassName
{
background-color: #6543D5;
}
.BgClassName
{
background-color: #6543D5;
}
</style>
border-color css
<style>
span { border-color: #6543D5; }
span { border-color: rgb(101,67,213); }
td.TdClassName
{
border-color: #6543D5;
}
.TagClassName
{
border-color: #6543D5;
}
</style>