Shades of Slate Blue #6D4EDA
Tints of Slate Blue #6D4EDA
RGB
CMYK
RGB Variations
Color information
#6D4EDA (or 0x6D4EDA) is known color: Slate Blue. HEX triplet: 6D, 4E and DA. RGB value is (109,78,218). Sum of RGB (Red+Green+Blue) = 109+78+218=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D4EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EDA is #92B125. Grayscale: #666666. Windows color (decimal): -9613606 or 14306925. OLE color: 14306925.
HSL color Cylindrical-coordinate representation of color #6D4EDA: hue angle of 253.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D4EDA is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 78 | 218 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.15 |
| HSL | 253.29º | 0.65% | 0.58% | - |
| HSV(B) | 253.29º | 0.64% | 0.85% | - |
| XYZ | 21.69 | 13.76 | 67.84 | - |
| YUV | 103.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 218 | 0.5 | 0.64 | 0 | 0.15 | 253.29 | 0.65 | 0.58 |
| Hex | 6D | 4E | DA | 32 | 40 | 0 | F | FD | 41 | 3A |
| Octal | 155 | 116 | 332 | 62 | 100 | 0 | 17 | 375 | 101 | 72 |
| Binary | 1101101 | 1001110 | 11011010 | 110010 | 1000000 | 0 | 1111 | 11111101 | 1000001 | 111010 |
Color Harmonies of #6D4EDA
Complementary color
Monochromatic Colors of #6D4EDA
Black with #6D4EDA
Text Example
Text Example
White with #6D4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EDA; }
p { color: rgb(109,78,218); }
H1.HeaderClassName
{
color: #6D4EDA;
}
.AnyTagClassName
{
color: #6D4EDA;
}
</style>
background-color css
<style>
a { background-color: #6D4EDA; }
a { background-color: rgb(109,78,218); }
div.DivClassName
{
background-color: #6D4EDA;
}
.BgClassName
{
background-color: #6D4EDA;
}
</style>
border-color css
<style>
span { border-color: #6D4EDA; }
span { border-color: rgb(109,78,218); }
td.TdClassName
{
border-color: #6D4EDA;
}
.TagClassName
{
border-color: #6D4EDA;
}
</style>