Shades of Slate Blue #6E5AC1
Tints of Slate Blue #6E5AC1
RGB
CMYK
RGB Variations
Color information
#6E5AC1 (or 0x6E5AC1) is known color: Slate Blue. HEX triplet: 6E, 5A and C1. RGB value is (110,90,193). Sum of RGB (Red+Green+Blue) = 110+90+193=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AC1 is #91A53E. Grayscale: #6B6B6B. Windows color (decimal): -9545023 or 12671598. OLE color: 12671598.
HSL color Cylindrical-coordinate representation of color #6E5AC1: hue angle of 251.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5AC1 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 90 | 193 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.24 |
| HSL | 251.65º | 0.45% | 0.55% | - |
| HSV(B) | 251.65º | 0.53% | 0.76% | - |
| XYZ | 19.71 | 14.48 | 52.21 | - |
| YUV | 107.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 193 | 0.43 | 0.53 | 0 | 0.24 | 251.65 | 0.45 | 0.55 |
| Hex | 6E | 5A | C1 | 2B | 35 | 0 | 18 | FC | 2D | 37 |
| Octal | 156 | 132 | 301 | 53 | 65 | 0 | 30 | 374 | 55 | 67 |
| Binary | 1101110 | 1011010 | 11000001 | 101011 | 110101 | 0 | 11000 | 11111100 | 101101 | 110111 |
Color Harmonies of #6E5AC1
Complementary color
Monochromatic Colors of #6E5AC1
Black with #6E5AC1
Text Example
Text Example
White with #6E5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AC1; }
p { color: rgb(110,90,193); }
H1.HeaderClassName
{
color: #6E5AC1;
}
.AnyTagClassName
{
color: #6E5AC1;
}
</style>
background-color css
<style>
a { background-color: #6E5AC1; }
a { background-color: rgb(110,90,193); }
div.DivClassName
{
background-color: #6E5AC1;
}
.BgClassName
{
background-color: #6E5AC1;
}
</style>
border-color css
<style>
span { border-color: #6E5AC1; }
span { border-color: rgb(110,90,193); }
td.TdClassName
{
border-color: #6E5AC1;
}
.TagClassName
{
border-color: #6E5AC1;
}
</style>