Shades of Slate Blue #6C5EE1
Tints of Slate Blue #6C5EE1
RGB
CMYK
RGB Variations
Color information
#6C5EE1 (or 0x6C5EE1) is known color: Slate Blue. HEX triplet: 6C, 5E and E1. RGB value is (108,94,225). Sum of RGB (Red+Green+Blue) = 108+94+225=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C5EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EE1 is #93A11E. Grayscale: #707070. Windows color (decimal): -9675039 or 14769772. OLE color: 14769772.
HSL color Cylindrical-coordinate representation of color #6C5EE1: hue angle of 246.41º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C5EE1 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 94 | 225 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.12 |
| HSL | 246.41º | 0.69% | 0.63% | - |
| HSV(B) | 246.41º | 0.58% | 0.88% | - |
| XYZ | 23.78 | 16.63 | 73.19 | - |
| YUV | 113.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 225 | 0.52 | 0.58 | 0 | 0.12 | 246.41 | 0.69 | 0.63 |
| Hex | 6C | 5E | E1 | 34 | 3A | 0 | C | F6 | 45 | 3F |
| Octal | 154 | 136 | 341 | 64 | 72 | 0 | 14 | 366 | 105 | 77 |
| Binary | 1101100 | 1011110 | 11100001 | 110100 | 111010 | 0 | 1100 | 11110110 | 1000101 | 111111 |
Color Harmonies of #6C5EE1
Complementary color
Monochromatic Colors of #6C5EE1
Black with #6C5EE1
Text Example
Text Example
White with #6C5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5EE1; }
p { color: rgb(108,94,225); }
H1.HeaderClassName
{
color: #6C5EE1;
}
.AnyTagClassName
{
color: #6C5EE1;
}
</style>
background-color css
<style>
a { background-color: #6C5EE1; }
a { background-color: rgb(108,94,225); }
div.DivClassName
{
background-color: #6C5EE1;
}
.BgClassName
{
background-color: #6C5EE1;
}
</style>
border-color css
<style>
span { border-color: #6C5EE1; }
span { border-color: rgb(108,94,225); }
td.TdClassName
{
border-color: #6C5EE1;
}
.TagClassName
{
border-color: #6C5EE1;
}
</style>