Shades of Slate Blue #6E6BDB
Tints of Slate Blue #6E6BDB
RGB
CMYK
RGB Variations
Color information
#6E6BDB (or 0x6E6BDB) is known color: Slate Blue. HEX triplet: 6E, 6B and DB. RGB value is (110,107,219). Sum of RGB (Red+Green+Blue) = 110+107+219=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BDB is #919424. Grayscale: #787878. Windows color (decimal): -9540645 or 14379886. OLE color: 14379886.
HSL color Cylindrical-coordinate representation of color #6E6BDB: hue angle of 241.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6BDB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 107 | 219 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.14 |
| HSL | 241.61º | 0.61% | 0.64% | - |
| HSV(B) | 241.61º | 0.51% | 0.86% | - |
| XYZ | 24.47 | 18.94 | 69.38 | - |
| YUV | 120.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 219 | 0.50 | 0.51 | 0 | 0.14 | 241.61 | 0.61 | 0.64 |
| Hex | 6E | 6B | DB | 32 | 33 | 0 | E | F2 | 3D | 40 |
| Octal | 156 | 153 | 333 | 62 | 63 | 0 | 16 | 362 | 75 | 100 |
| Binary | 1101110 | 1101011 | 11011011 | 110010 | 110011 | 0 | 1110 | 11110010 | 111101 | 1000000 |
Color Harmonies of #6E6BDB
Complementary color
Monochromatic Colors of #6E6BDB
Black with #6E6BDB
Text Example
Text Example
White with #6E6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BDB; }
p { color: rgb(110,107,219); }
H1.HeaderClassName
{
color: #6E6BDB;
}
.AnyTagClassName
{
color: #6E6BDB;
}
</style>
background-color css
<style>
a { background-color: #6E6BDB; }
a { background-color: rgb(110,107,219); }
div.DivClassName
{
background-color: #6E6BDB;
}
.BgClassName
{
background-color: #6E6BDB;
}
</style>
border-color css
<style>
span { border-color: #6E6BDB; }
span { border-color: rgb(110,107,219); }
td.TdClassName
{
border-color: #6E6BDB;
}
.TagClassName
{
border-color: #6E6BDB;
}
</style>