Shades of Slate Blue #6E6DD6
Tints of Slate Blue #6E6DD6
RGB
CMYK
RGB Variations
Color information
#6E6DD6 (or 0x6E6DD6) is known color: Slate Blue. HEX triplet: 6E, 6D and D6. RGB value is (110,109,214). Sum of RGB (Red+Green+Blue) = 110+109+214=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E6DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6DD6 is #919229. Grayscale: #787878. Windows color (decimal): -9540138 or 14052718. OLE color: 14052718.
HSL color Cylindrical-coordinate representation of color #6E6DD6: hue angle of 240.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E6DD6 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 109 | 214 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.16 |
| HSL | 240.57º | 0.56% | 0.63% | - |
| HSV(B) | 240.57º | 0.49% | 0.84% | - |
| XYZ | 24.04 | 19.11 | 66.04 | - |
| YUV | 121.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 214 | 0.49 | 0.49 | 0 | 0.16 | 240.57 | 0.56 | 0.63 |
| Hex | 6E | 6D | D6 | 31 | 31 | 0 | 10 | F1 | 38 | 3F |
| Octal | 156 | 155 | 326 | 61 | 61 | 0 | 20 | 361 | 70 | 77 |
| Binary | 1101110 | 1101101 | 11010110 | 110001 | 110001 | 0 | 10000 | 11110001 | 111000 | 111111 |
Color Harmonies of #6E6DD6
Complementary color
Monochromatic Colors of #6E6DD6
Black with #6E6DD6
Text Example
Text Example
White with #6E6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6DD6; }
p { color: rgb(110,109,214); }
H1.HeaderClassName
{
color: #6E6DD6;
}
.AnyTagClassName
{
color: #6E6DD6;
}
</style>
background-color css
<style>
a { background-color: #6E6DD6; }
a { background-color: rgb(110,109,214); }
div.DivClassName
{
background-color: #6E6DD6;
}
.BgClassName
{
background-color: #6E6DD6;
}
</style>
border-color css
<style>
span { border-color: #6E6DD6; }
span { border-color: rgb(110,109,214); }
td.TdClassName
{
border-color: #6E6DD6;
}
.TagClassName
{
border-color: #6E6DD6;
}
</style>