Shades of Slate Blue #6E5DDC
Tints of Slate Blue #6E5DDC
RGB
CMYK
RGB Variations
Color information
#6E5DDC (or 0x6E5DDC) is known color: Slate Blue. HEX triplet: 6E, 5D and DC. RGB value is (110,93,220). Sum of RGB (Red+Green+Blue) = 110+93+220=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DDC is #91A223. Grayscale: #707070. Windows color (decimal): -9544228 or 14441838. OLE color: 14441838.
HSL color Cylindrical-coordinate representation of color #6E5DDC: hue angle of 248.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E5DDC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 93 | 220 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.14 |
| HSL | 248.03º | 0.64% | 0.61% | - |
| HSV(B) | 248.03º | 0.58% | 0.86% | - |
| XYZ | 23.26 | 16.31 | 69.63 | - |
| YUV | 112.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 220 | 0.50 | 0.58 | 0 | 0.14 | 248.03 | 0.64 | 0.61 |
| Hex | 6E | 5D | DC | 32 | 3A | 0 | E | F8 | 40 | 3D |
| Octal | 156 | 135 | 334 | 62 | 72 | 0 | 16 | 370 | 100 | 75 |
| Binary | 1101110 | 1011101 | 11011100 | 110010 | 111010 | 0 | 1110 | 11111000 | 1000000 | 111101 |
Color Harmonies of #6E5DDC
Complementary color
Monochromatic Colors of #6E5DDC
Black with #6E5DDC
Text Example
Text Example
White with #6E5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DDC; }
p { color: rgb(110,93,220); }
H1.HeaderClassName
{
color: #6E5DDC;
}
.AnyTagClassName
{
color: #6E5DDC;
}
</style>
background-color css
<style>
a { background-color: #6E5DDC; }
a { background-color: rgb(110,93,220); }
div.DivClassName
{
background-color: #6E5DDC;
}
.BgClassName
{
background-color: #6E5DDC;
}
</style>
border-color css
<style>
span { border-color: #6E5DDC; }
span { border-color: rgb(110,93,220); }
td.TdClassName
{
border-color: #6E5DDC;
}
.TagClassName
{
border-color: #6E5DDC;
}
</style>