Shades of Slate Blue #6D4ECD
Tints of Slate Blue #6D4ECD
RGB
CMYK
RGB Variations
Color information
#6D4ECD (or 0x6D4ECD) is known color: Slate Blue. HEX triplet: 6D, 4E and CD. RGB value is (109,78,205). Sum of RGB (Red+Green+Blue) = 109+78+205=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ECD is #92B132. Grayscale: #656565. Windows color (decimal): -9613619 or 13454957. OLE color: 13454957.
HSL color Cylindrical-coordinate representation of color #6D4ECD: hue angle of 254.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4ECD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 78 | 205 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.20 |
| HSL | 254.65º | 0.56% | 0.55% | - |
| HSV(B) | 254.65º | 0.62% | 0.8% | - |
| XYZ | 20.05 | 13.11 | 59.23 | - |
| YUV | 101.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 205 | 0.47 | 0.62 | 0 | 0.20 | 254.65 | 0.56 | 0.55 |
| Hex | 6D | 4E | CD | 2F | 3E | 0 | 14 | FF | 38 | 37 |
| Octal | 155 | 116 | 315 | 57 | 76 | 0 | 24 | 377 | 70 | 67 |
| Binary | 1101101 | 1001110 | 11001101 | 101111 | 111110 | 0 | 10100 | 11111111 | 111000 | 110111 |
Color Harmonies of #6D4ECD
Complementary color
Monochromatic Colors of #6D4ECD
Black with #6D4ECD
Text Example
Text Example
White with #6D4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ECD; }
p { color: rgb(109,78,205); }
H1.HeaderClassName
{
color: #6D4ECD;
}
.AnyTagClassName
{
color: #6D4ECD;
}
</style>
background-color css
<style>
a { background-color: #6D4ECD; }
a { background-color: rgb(109,78,205); }
div.DivClassName
{
background-color: #6D4ECD;
}
.BgClassName
{
background-color: #6D4ECD;
}
</style>
border-color css
<style>
span { border-color: #6D4ECD; }
span { border-color: rgb(109,78,205); }
td.TdClassName
{
border-color: #6D4ECD;
}
.TagClassName
{
border-color: #6D4ECD;
}
</style>