Shades of Slate Blue #6E6AD1
Tints of Slate Blue #6E6AD1
RGB
CMYK
RGB Variations
Color information
#6E6AD1 (or 0x6E6AD1) is known color: Slate Blue. HEX triplet: 6E, 6A and D1. RGB value is (110,106,209). Sum of RGB (Red+Green+Blue) = 110+106+209=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E6AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6AD1 is #91952E. Grayscale: #767676. Windows color (decimal): -9540911 or 13724270. OLE color: 13724270.
HSL color Cylindrical-coordinate representation of color #6E6AD1: hue angle of 242.33º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E6AD1 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 106 | 209 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.18 |
| HSL | 242.33º | 0.53% | 0.62% | - |
| HSV(B) | 242.33º | 0.49% | 0.82% | - |
| XYZ | 23.09 | 18.23 | 62.62 | - |
| YUV | 118.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 209 | 0.47 | 0.49 | 0 | 0.18 | 242.33 | 0.53 | 0.62 |
| Hex | 6E | 6A | D1 | 2F | 31 | 0 | 12 | F2 | 35 | 3E |
| Octal | 156 | 152 | 321 | 57 | 61 | 0 | 22 | 362 | 65 | 76 |
| Binary | 1101110 | 1101010 | 11010001 | 101111 | 110001 | 0 | 10010 | 11110010 | 110101 | 111110 |
Color Harmonies of #6E6AD1
Complementary color
Monochromatic Colors of #6E6AD1
Black with #6E6AD1
Text Example
Text Example
White with #6E6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AD1; }
p { color: rgb(110,106,209); }
H1.HeaderClassName
{
color: #6E6AD1;
}
.AnyTagClassName
{
color: #6E6AD1;
}
</style>
background-color css
<style>
a { background-color: #6E6AD1; }
a { background-color: rgb(110,106,209); }
div.DivClassName
{
background-color: #6E6AD1;
}
.BgClassName
{
background-color: #6E6AD1;
}
</style>
border-color css
<style>
span { border-color: #6E6AD1; }
span { border-color: rgb(110,106,209); }
td.TdClassName
{
border-color: #6E6AD1;
}
.TagClassName
{
border-color: #6E6AD1;
}
</style>