Shades of Slate Blue #6D4EE7
Tints of Slate Blue #6D4EE7
RGB
CMYK
RGB Variations
Color information
#6D4EE7 (or 0x6D4EE7) is known color: Slate Blue. HEX triplet: 6D, 4E and E7. RGB value is (109,78,231). Sum of RGB (Red+Green+Blue) = 109+78+231=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D4EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EE7 is #92B118. Grayscale: #686868. Windows color (decimal): -9613593 or 15158893. OLE color: 15158893.
HSL color Cylindrical-coordinate representation of color #6D4EE7: hue angle of 252.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4EE7 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 78 | 231 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.09 |
| HSL | 252.16º | 0.76% | 0.61% | - |
| HSV(B) | 252.16º | 0.66% | 0.91% | - |
| XYZ | 23.45 | 14.47 | 77.16 | - |
| YUV | 104.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 231 | 0.53 | 0.66 | 0 | 0.09 | 252.16 | 0.76 | 0.61 |
| Hex | 6D | 4E | E7 | 35 | 42 | 0 | 9 | FC | 4C | 3D |
| Octal | 155 | 116 | 347 | 65 | 102 | 0 | 11 | 374 | 114 | 75 |
| Binary | 1101101 | 1001110 | 11100111 | 110101 | 1000010 | 0 | 1001 | 11111100 | 1001100 | 111101 |
Color Harmonies of #6D4EE7
Complementary color
Monochromatic Colors of #6D4EE7
Black with #6D4EE7
Text Example
Text Example
White with #6D4EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EE7; }
p { color: rgb(109,78,231); }
H1.HeaderClassName
{
color: #6D4EE7;
}
.AnyTagClassName
{
color: #6D4EE7;
}
</style>
background-color css
<style>
a { background-color: #6D4EE7; }
a { background-color: rgb(109,78,231); }
div.DivClassName
{
background-color: #6D4EE7;
}
.BgClassName
{
background-color: #6D4EE7;
}
</style>
border-color css
<style>
span { border-color: #6D4EE7; }
span { border-color: rgb(109,78,231); }
td.TdClassName
{
border-color: #6D4EE7;
}
.TagClassName
{
border-color: #6D4EE7;
}
</style>