Shades of Slate Blue #6E5AC5
Tints of Slate Blue #6E5AC5
RGB
CMYK
RGB Variations
Color information
#6E5AC5 (or 0x6E5AC5) is known color: Slate Blue. HEX triplet: 6E, 5A and C5. RGB value is (110,90,197). Sum of RGB (Red+Green+Blue) = 110+90+197=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #6E5AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AC5 is #91A53A. Grayscale: #6B6B6B. Windows color (decimal): -9545019 or 12933742. OLE color: 12933742.
HSL color Cylindrical-coordinate representation of color #6E5AC5: hue angle of 251.21º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E5AC5 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 90 | 197 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.23 |
| HSL | 251.22º | 0.48% | 0.56% | - |
| HSV(B) | 251.22º | 0.54% | 0.77% | - |
| XYZ | 20.16 | 14.66 | 54.59 | - |
| YUV | 108.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 197 | 0.44 | 0.54 | 0 | 0.23 | 251.22 | 0.48 | 0.56 |
| Hex | 6E | 5A | C5 | 2C | 36 | 0 | 17 | FB | 30 | 38 |
| Octal | 156 | 132 | 305 | 54 | 66 | 0 | 27 | 373 | 60 | 70 |
| Binary | 1101110 | 1011010 | 11000101 | 101100 | 110110 | 0 | 10111 | 11111011 | 110000 | 111000 |
Color Harmonies of #6E5AC5
Complementary color
Monochromatic Colors of #6E5AC5
Black with #6E5AC5
Text Example
Text Example
White with #6E5AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AC5; }
p { color: rgb(110,90,197); }
H1.HeaderClassName
{
color: #6E5AC5;
}
.AnyTagClassName
{
color: #6E5AC5;
}
</style>
background-color css
<style>
a { background-color: #6E5AC5; }
a { background-color: rgb(110,90,197); }
div.DivClassName
{
background-color: #6E5AC5;
}
.BgClassName
{
background-color: #6E5AC5;
}
</style>
border-color css
<style>
span { border-color: #6E5AC5; }
span { border-color: rgb(110,90,197); }
td.TdClassName
{
border-color: #6E5AC5;
}
.TagClassName
{
border-color: #6E5AC5;
}
</style>