Shades of Slate Blue #543ED6
Tints of Slate Blue #543ED6
RGB
CMYK
RGB Variations
Color information
#543ED6 (or 0x543ED6) is known color: Slate Blue. HEX triplet: 54, 3E and D6. RGB value is (84,62,214). Sum of RGB (Red+Green+Blue) = 84+62+214=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #543ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ED6 is #ABC129. Grayscale: #555555. Windows color (decimal): -11256106 or 14040660. OLE color: 14040660.
HSL color Cylindrical-coordinate representation of color #543ED6: hue angle of 248.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543ED6 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 62 | 214 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.16 |
| HSL | 248.68º | 0.65% | 0.54% | - |
| HSV(B) | 248.68º | 0.71% | 0.84% | - |
| XYZ | 17.52 | 10.19 | 64.66 | - |
| YUV | 85.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 214 | 0.61 | 0.71 | 0 | 0.16 | 248.68 | 0.65 | 0.54 |
| Hex | 54 | 3E | D6 | 3D | 47 | 0 | 10 | F9 | 41 | 36 |
| Octal | 124 | 76 | 326 | 75 | 107 | 0 | 20 | 371 | 101 | 66 |
| Binary | 1010100 | 111110 | 11010110 | 111101 | 1000111 | 0 | 10000 | 11111001 | 1000001 | 110110 |
Color Harmonies of #543ED6
Complementary color
Monochromatic Colors of #543ED6
Black with #543ED6
Text Example
Text Example
White with #543ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543ED6; }
p { color: rgb(84,62,214); }
H1.HeaderClassName
{
color: #543ED6;
}
.AnyTagClassName
{
color: #543ED6;
}
</style>
background-color css
<style>
a { background-color: #543ED6; }
a { background-color: rgb(84,62,214); }
div.DivClassName
{
background-color: #543ED6;
}
.BgClassName
{
background-color: #543ED6;
}
</style>
border-color css
<style>
span { border-color: #543ED6; }
span { border-color: rgb(84,62,214); }
td.TdClassName
{
border-color: #543ED6;
}
.TagClassName
{
border-color: #543ED6;
}
</style>