Shades of Slate Blue #6D5ECD
Tints of Slate Blue #6D5ECD
RGB
CMYK
RGB Variations
Color information
#6D5ECD (or 0x6D5ECD) is known color: Slate Blue. HEX triplet: 6D, 5E and CD. RGB value is (109,94,205). Sum of RGB (Red+Green+Blue) = 109+94+205=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ECD is #92A132. Grayscale: #6E6E6E. Windows color (decimal): -9609523 or 13459053. OLE color: 13459053.
HSL color Cylindrical-coordinate representation of color #6D5ECD: hue angle of 248.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D5ECD is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 94 | 205 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.20 |
| HSL | 248.11º | 0.53% | 0.59% | - |
| HSV(B) | 248.11º | 0.54% | 0.8% | - |
| XYZ | 21.33 | 15.66 | 59.66 | - |
| YUV | 111.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 205 | 0.47 | 0.54 | 0 | 0.20 | 248.11 | 0.53 | 0.59 |
| Hex | 6D | 5E | CD | 2F | 36 | 0 | 14 | F8 | 35 | 3B |
| Octal | 155 | 136 | 315 | 57 | 66 | 0 | 24 | 370 | 65 | 73 |
| Binary | 1101101 | 1011110 | 11001101 | 101111 | 110110 | 0 | 10100 | 11111000 | 110101 | 111011 |
Color Harmonies of #6D5ECD
Complementary color
Monochromatic Colors of #6D5ECD
Black with #6D5ECD
Text Example
Text Example
White with #6D5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5ECD; }
p { color: rgb(109,94,205); }
H1.HeaderClassName
{
color: #6D5ECD;
}
.AnyTagClassName
{
color: #6D5ECD;
}
</style>
background-color css
<style>
a { background-color: #6D5ECD; }
a { background-color: rgb(109,94,205); }
div.DivClassName
{
background-color: #6D5ECD;
}
.BgClassName
{
background-color: #6D5ECD;
}
</style>
border-color css
<style>
span { border-color: #6D5ECD; }
span { border-color: rgb(109,94,205); }
td.TdClassName
{
border-color: #6D5ECD;
}
.TagClassName
{
border-color: #6D5ECD;
}
</style>