Shades of Slate Blue #6E4DDF
Tints of Slate Blue #6E4DDF
RGB
CMYK
RGB Variations
Color information
#6E4DDF (or 0x6E4DDF) is known color: Slate Blue. HEX triplet: 6E, 4D and DF. RGB value is (110,77,223). Sum of RGB (Red+Green+Blue) = 110+77+223=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DDF is #91B220. Grayscale: #666666. Windows color (decimal): -9548321 or 14634350. OLE color: 14634350.
HSL color Cylindrical-coordinate representation of color #6E4DDF: hue angle of 253.56º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4DDF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 77 | 223 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.13 |
| HSL | 253.56º | 0.7% | 0.59% | - |
| HSV(B) | 253.56º | 0.65% | 0.87% | - |
| XYZ | 22.4 | 13.95 | 71.32 | - |
| YUV | 103.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 223 | 0.51 | 0.65 | 0 | 0.13 | 253.56 | 0.7 | 0.59 |
| Hex | 6E | 4D | DF | 33 | 41 | 0 | D | FE | 46 | 3B |
| Octal | 156 | 115 | 337 | 63 | 101 | 0 | 15 | 376 | 106 | 73 |
| Binary | 1101110 | 1001101 | 11011111 | 110011 | 1000001 | 0 | 1101 | 11111110 | 1000110 | 111011 |
Color Harmonies of #6E4DDF
Complementary color
Monochromatic Colors of #6E4DDF
Black with #6E4DDF
Text Example
Text Example
White with #6E4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DDF; }
p { color: rgb(110,77,223); }
H1.HeaderClassName
{
color: #6E4DDF;
}
.AnyTagClassName
{
color: #6E4DDF;
}
</style>
background-color css
<style>
a { background-color: #6E4DDF; }
a { background-color: rgb(110,77,223); }
div.DivClassName
{
background-color: #6E4DDF;
}
.BgClassName
{
background-color: #6E4DDF;
}
</style>
border-color css
<style>
span { border-color: #6E4DDF; }
span { border-color: rgb(110,77,223); }
td.TdClassName
{
border-color: #6E4DDF;
}
.TagClassName
{
border-color: #6E4DDF;
}
</style>