Shades of Slate Blue #6E4DCD
Tints of Slate Blue #6E4DCD
RGB
CMYK
RGB Variations
Color information
#6E4DCD (or 0x6E4DCD) is known color: Slate Blue. HEX triplet: 6E, 4D and CD. RGB value is (110,77,205). Sum of RGB (Red+Green+Blue) = 110+77+205=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DCD is #91B232. Grayscale: #646464. Windows color (decimal): -9548339 or 13454702. OLE color: 13454702.
HSL color Cylindrical-coordinate representation of color #6E4DCD: hue angle of 255.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E4DCD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 77 | 205 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.20 |
| HSL | 255.47º | 0.56% | 0.55% | - |
| HSV(B) | 255.47º | 0.62% | 0.8% | - |
| XYZ | 20.1 | 13.03 | 59.21 | - |
| YUV | 101.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 205 | 0.46 | 0.62 | 0 | 0.20 | 255.47 | 0.56 | 0.55 |
| Hex | 6E | 4D | CD | 2E | 3E | 0 | 14 | FF | 38 | 37 |
| Octal | 156 | 115 | 315 | 56 | 76 | 0 | 24 | 377 | 70 | 67 |
| Binary | 1101110 | 1001101 | 11001101 | 101110 | 111110 | 0 | 10100 | 11111111 | 111000 | 110111 |
Color Harmonies of #6E4DCD
Complementary color
Monochromatic Colors of #6E4DCD
Black with #6E4DCD
Text Example
Text Example
White with #6E4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DCD; }
p { color: rgb(110,77,205); }
H1.HeaderClassName
{
color: #6E4DCD;
}
.AnyTagClassName
{
color: #6E4DCD;
}
</style>
background-color css
<style>
a { background-color: #6E4DCD; }
a { background-color: rgb(110,77,205); }
div.DivClassName
{
background-color: #6E4DCD;
}
.BgClassName
{
background-color: #6E4DCD;
}
</style>
border-color css
<style>
span { border-color: #6E4DCD; }
span { border-color: rgb(110,77,205); }
td.TdClassName
{
border-color: #6E4DCD;
}
.TagClassName
{
border-color: #6E4DCD;
}
</style>