Shades of Slate Blue #6542D6
Tints of Slate Blue #6542D6
RGB
CMYK
RGB Variations
Color information
#6542D6 (or 0x6542D6) is known color: Slate Blue. HEX triplet: 65, 42 and D6. RGB value is (101,66,214). Sum of RGB (Red+Green+Blue) = 101+66+214=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #6542D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542D6 is #9ABD29. Grayscale: #5C5C5C. Windows color (decimal): -10140970 or 14041701. OLE color: 14041701.
HSL color Cylindrical-coordinate representation of color #6542D6: hue angle of 254.19º 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 #6542D6 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 66 | 214 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.16 |
| HSL | 254.19º | 0.64% | 0.55% | - |
| HSV(B) | 254.19º | 0.69% | 0.84% | - |
| XYZ | 19.45 | 11.52 | 64.82 | - |
| YUV | 93.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 214 | 0.53 | 0.69 | 0 | 0.16 | 254.19 | 0.64 | 0.55 |
| Hex | 65 | 42 | D6 | 35 | 45 | 0 | 10 | FE | 40 | 37 |
| Octal | 145 | 102 | 326 | 65 | 105 | 0 | 20 | 376 | 100 | 67 |
| Binary | 1100101 | 1000010 | 11010110 | 110101 | 1000101 | 0 | 10000 | 11111110 | 1000000 | 110111 |
Color Harmonies of #6542D6
Complementary color
Monochromatic Colors of #6542D6
Black with #6542D6
Text Example
Text Example
White with #6542D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6542D6; }
p { color: rgb(101,66,214); }
H1.HeaderClassName
{
color: #6542D6;
}
.AnyTagClassName
{
color: #6542D6;
}
</style>
background-color css
<style>
a { background-color: #6542D6; }
a { background-color: rgb(101,66,214); }
div.DivClassName
{
background-color: #6542D6;
}
.BgClassName
{
background-color: #6542D6;
}
</style>
border-color css
<style>
span { border-color: #6542D6; }
span { border-color: rgb(101,66,214); }
td.TdClassName
{
border-color: #6542D6;
}
.TagClassName
{
border-color: #6542D6;
}
</style>