Shades of Slate Blue #6E5ACD
Tints of Slate Blue #6E5ACD
RGB
CMYK
RGB Variations
Color information
#6E5ACD (or 0x6E5ACD) is known color: Slate Blue. HEX triplet: 6E, 5A and CD. RGB value is (110,90,205). Sum of RGB (Red+Green+Blue) = 110+90+205=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ACD is #91A532. Grayscale: #6C6C6C. Windows color (decimal): -9545011 or 13458030. OLE color: 13458030.
HSL color Cylindrical-coordinate representation of color #6E5ACD: hue angle of 250.43º 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 #6E5ACD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 90 | 205 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.20 |
| HSL | 250.43º | 0.53% | 0.58% | - |
| HSV(B) | 250.43º | 0.56% | 0.8% | - |
| XYZ | 21.11 | 15.04 | 59.55 | - |
| YUV | 109.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 205 | 0.46 | 0.56 | 0 | 0.20 | 250.43 | 0.53 | 0.58 |
| Hex | 6E | 5A | CD | 2E | 38 | 0 | 14 | FA | 35 | 3A |
| Octal | 156 | 132 | 315 | 56 | 70 | 0 | 24 | 372 | 65 | 72 |
| Binary | 1101110 | 1011010 | 11001101 | 101110 | 111000 | 0 | 10100 | 11111010 | 110101 | 111010 |
Color Harmonies of #6E5ACD
Complementary color
Monochromatic Colors of #6E5ACD
Black with #6E5ACD
Text Example
Text Example
White with #6E5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5ACD; }
p { color: rgb(110,90,205); }
H1.HeaderClassName
{
color: #6E5ACD;
}
.AnyTagClassName
{
color: #6E5ACD;
}
</style>
background-color css
<style>
a { background-color: #6E5ACD; }
a { background-color: rgb(110,90,205); }
div.DivClassName
{
background-color: #6E5ACD;
}
.BgClassName
{
background-color: #6E5ACD;
}
</style>
border-color css
<style>
span { border-color: #6E5ACD; }
span { border-color: rgb(110,90,205); }
td.TdClassName
{
border-color: #6E5ACD;
}
.TagClassName
{
border-color: #6E5ACD;
}
</style>