Shades of Slate Blue #6E6FD7
Tints of Slate Blue #6E6FD7
RGB
CMYK
RGB Variations
Color information
#6E6FD7 (or 0x6E6FD7) is known color: Slate Blue. HEX triplet: 6E, 6F and D7. RGB value is (110,111,215). Sum of RGB (Red+Green+Blue) = 110+111+215=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #6E6FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6FD7 is #919028. Grayscale: #7A7A7A. Windows color (decimal): -9539625 or 14118766. OLE color: 14118766.
HSL color Cylindrical-coordinate representation of color #6E6FD7: hue angle of 239.43º degrees, saturation: 0.57, 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 #6E6FD7 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 111 | 215 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.16 |
| HSL | 239.43º | 0.57% | 0.64% | - |
| HSV(B) | 239.43º | 0.49% | 0.84% | - |
| XYZ | 24.38 | 19.59 | 66.79 | - |
| YUV | 122.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 215 | 0.49 | 0.48 | 0 | 0.16 | 239.43 | 0.57 | 0.64 |
| Hex | 6E | 6F | D7 | 31 | 30 | 0 | 10 | EF | 39 | 40 |
| Octal | 156 | 157 | 327 | 61 | 60 | 0 | 20 | 357 | 71 | 100 |
| Binary | 1101110 | 1101111 | 11010111 | 110001 | 110000 | 0 | 10000 | 11101111 | 111001 | 1000000 |
Color Harmonies of #6E6FD7
Complementary color
Monochromatic Colors of #6E6FD7
Black with #6E6FD7
Text Example
Text Example
White with #6E6FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FD7; }
p { color: rgb(110,111,215); }
H1.HeaderClassName
{
color: #6E6FD7;
}
.AnyTagClassName
{
color: #6E6FD7;
}
</style>
background-color css
<style>
a { background-color: #6E6FD7; }
a { background-color: rgb(110,111,215); }
div.DivClassName
{
background-color: #6E6FD7;
}
.BgClassName
{
background-color: #6E6FD7;
}
</style>
border-color css
<style>
span { border-color: #6E6FD7; }
span { border-color: rgb(110,111,215); }
td.TdClassName
{
border-color: #6E6FD7;
}
.TagClassName
{
border-color: #6E6FD7;
}
</style>