Shades of Slate Blue #6E5BCD
Tints of Slate Blue #6E5BCD
RGB
CMYK
RGB Variations
Color information
#6E5BCD (or 0x6E5BCD) is known color: Slate Blue. HEX triplet: 6E, 5B and CD. RGB value is (110,91,205). Sum of RGB (Red+Green+Blue) = 110+91+205=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BCD is #91A432. Grayscale: #6D6D6D. Windows color (decimal): -9544755 or 13458286. OLE color: 13458286.
HSL color Cylindrical-coordinate representation of color #6E5BCD: hue angle of 250º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5BCD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 91 | 205 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.20 |
| HSL | 250º | 0.53% | 0.58% | - |
| HSV(B) | 250º | 0.56% | 0.8% | - |
| XYZ | 21.19 | 15.2 | 59.58 | - |
| YUV | 109.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 205 | 0.46 | 0.56 | 0 | 0.20 | 250 | 0.53 | 0.58 |
| Hex | 6E | 5B | CD | 2E | 38 | 0 | 14 | FA | 35 | 3A |
| Octal | 156 | 133 | 315 | 56 | 70 | 0 | 24 | 372 | 65 | 72 |
| Binary | 1101110 | 1011011 | 11001101 | 101110 | 111000 | 0 | 10100 | 11111010 | 110101 | 111010 |
Color Harmonies of #6E5BCD
Complementary color
Monochromatic Colors of #6E5BCD
Black with #6E5BCD
Text Example
Text Example
White with #6E5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BCD; }
p { color: rgb(110,91,205); }
H1.HeaderClassName
{
color: #6E5BCD;
}
.AnyTagClassName
{
color: #6E5BCD;
}
</style>
background-color css
<style>
a { background-color: #6E5BCD; }
a { background-color: rgb(110,91,205); }
div.DivClassName
{
background-color: #6E5BCD;
}
.BgClassName
{
background-color: #6E5BCD;
}
</style>
border-color css
<style>
span { border-color: #6E5BCD; }
span { border-color: rgb(110,91,205); }
td.TdClassName
{
border-color: #6E5BCD;
}
.TagClassName
{
border-color: #6E5BCD;
}
</style>