Shades of Slate Blue #6E49DF
Tints of Slate Blue #6E49DF
RGB
CMYK
RGB Variations
Color information
#6E49DF (or 0x6E49DF) is known color: Slate Blue. HEX triplet: 6E, 49 and DF. RGB value is (110,73,223). Sum of RGB (Red+Green+Blue) = 110+73+223=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49DF is #91B620. Grayscale: #646464. Windows color (decimal): -9549345 or 14633326. OLE color: 14633326.
HSL color Cylindrical-coordinate representation of color #6E49DF: hue angle of 254.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E49DF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 73 | 223 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.13 |
| HSL | 254.8º | 0.7% | 0.58% | - |
| HSV(B) | 254.8º | 0.67% | 0.87% | - |
| XYZ | 22.13 | 13.41 | 71.23 | - |
| YUV | 101.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 223 | 0.51 | 0.67 | 0 | 0.13 | 254.8 | 0.7 | 0.58 |
| Hex | 6E | 49 | DF | 33 | 43 | 0 | D | FF | 46 | 3A |
| Octal | 156 | 111 | 337 | 63 | 103 | 0 | 15 | 377 | 106 | 72 |
| Binary | 1101110 | 1001001 | 11011111 | 110011 | 1000011 | 0 | 1101 | 11111111 | 1000110 | 111010 |
Color Harmonies of #6E49DF
Complementary color
Monochromatic Colors of #6E49DF
Black with #6E49DF
Text Example
Text Example
White with #6E49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E49DF; }
p { color: rgb(110,73,223); }
H1.HeaderClassName
{
color: #6E49DF;
}
.AnyTagClassName
{
color: #6E49DF;
}
</style>
background-color css
<style>
a { background-color: #6E49DF; }
a { background-color: rgb(110,73,223); }
div.DivClassName
{
background-color: #6E49DF;
}
.BgClassName
{
background-color: #6E49DF;
}
</style>
border-color css
<style>
span { border-color: #6E49DF; }
span { border-color: rgb(110,73,223); }
td.TdClassName
{
border-color: #6E49DF;
}
.TagClassName
{
border-color: #6E49DF;
}
</style>