Shades of Slate Blue #6E5DDF
Tints of Slate Blue #6E5DDF
RGB
CMYK
RGB Variations
Color information
#6E5DDF (or 0x6E5DDF) is known color: Slate Blue. HEX triplet: 6E, 5D and DF. RGB value is (110,93,223). Sum of RGB (Red+Green+Blue) = 110+93+223=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E5DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DDF is #91A220. Grayscale: #707070. Windows color (decimal): -9544225 or 14638446. OLE color: 14638446.
HSL color Cylindrical-coordinate representation of color #6E5DDF: hue angle of 247.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E5DDF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 93 | 223 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.13 |
| HSL | 247.85º | 0.67% | 0.62% | - |
| HSV(B) | 247.85º | 0.58% | 0.87% | - |
| XYZ | 23.66 | 16.47 | 71.74 | - |
| YUV | 112.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 223 | 0.51 | 0.58 | 0 | 0.13 | 247.85 | 0.67 | 0.62 |
| Hex | 6E | 5D | DF | 33 | 3A | 0 | D | F8 | 43 | 3E |
| Octal | 156 | 135 | 337 | 63 | 72 | 0 | 15 | 370 | 103 | 76 |
| Binary | 1101110 | 1011101 | 11011111 | 110011 | 111010 | 0 | 1101 | 11111000 | 1000011 | 111110 |
Color Harmonies of #6E5DDF
Complementary color
Monochromatic Colors of #6E5DDF
Black with #6E5DDF
Text Example
Text Example
White with #6E5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DDF; }
p { color: rgb(110,93,223); }
H1.HeaderClassName
{
color: #6E5DDF;
}
.AnyTagClassName
{
color: #6E5DDF;
}
</style>
background-color css
<style>
a { background-color: #6E5DDF; }
a { background-color: rgb(110,93,223); }
div.DivClassName
{
background-color: #6E5DDF;
}
.BgClassName
{
background-color: #6E5DDF;
}
</style>
border-color css
<style>
span { border-color: #6E5DDF; }
span { border-color: rgb(110,93,223); }
td.TdClassName
{
border-color: #6E5DDF;
}
.TagClassName
{
border-color: #6E5DDF;
}
</style>