Shades of Slate Blue #6E6FD6
Tints of Slate Blue #6E6FD6
RGB
CMYK
RGB Variations
Color information
#6E6FD6 (or 0x6E6FD6) is known color: Slate Blue. HEX triplet: 6E, 6F and D6. RGB value is (110,111,214). Sum of RGB (Red+Green+Blue) = 110+111+214=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E6FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6FD6 is #919029. Grayscale: #7A7A7A. Windows color (decimal): -9539626 or 14053230. OLE color: 14053230.
HSL color Cylindrical-coordinate representation of color #6E6FD6: hue angle of 239.42º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E6FD6 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 111 | 214 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.16 |
| HSL | 239.42º | 0.56% | 0.64% | - |
| HSV(B) | 239.42º | 0.49% | 0.84% | - |
| XYZ | 24.25 | 19.54 | 66.11 | - |
| YUV | 122.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 214 | 0.49 | 0.48 | 0 | 0.16 | 239.42 | 0.56 | 0.64 |
| Hex | 6E | 6F | D6 | 31 | 30 | 0 | 10 | EF | 38 | 40 |
| Octal | 156 | 157 | 326 | 61 | 60 | 0 | 20 | 357 | 70 | 100 |
| Binary | 1101110 | 1101111 | 11010110 | 110001 | 110000 | 0 | 10000 | 11101111 | 111000 | 1000000 |
Color Harmonies of #6E6FD6
Complementary color
Monochromatic Colors of #6E6FD6
Black with #6E6FD6
Text Example
Text Example
White with #6E6FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FD6; }
p { color: rgb(110,111,214); }
H1.HeaderClassName
{
color: #6E6FD6;
}
.AnyTagClassName
{
color: #6E6FD6;
}
</style>
background-color css
<style>
a { background-color: #6E6FD6; }
a { background-color: rgb(110,111,214); }
div.DivClassName
{
background-color: #6E6FD6;
}
.BgClassName
{
background-color: #6E6FD6;
}
</style>
border-color css
<style>
span { border-color: #6E6FD6; }
span { border-color: rgb(110,111,214); }
td.TdClassName
{
border-color: #6E6FD6;
}
.TagClassName
{
border-color: #6E6FD6;
}
</style>