Shades of Slate Blue #6D47CE
Tints of Slate Blue #6D47CE
RGB
CMYK
RGB Variations
Color information
#6D47CE (or 0x6D47CE) is known color: Slate Blue. HEX triplet: 6D, 47 and CE. RGB value is (109,71,206). Sum of RGB (Red+Green+Blue) = 109+71+206=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47CE is #92B831. Grayscale: #616161. Windows color (decimal): -9615410 or 13518701. OLE color: 13518701.
HSL color Cylindrical-coordinate representation of color #6D47CE: hue angle of 256.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D47CE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 71 | 206 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.19 |
| HSL | 256.89º | 0.58% | 0.54% | - |
| HSV(B) | 256.89º | 0.66% | 0.81% | - |
| XYZ | 19.7 | 12.21 | 59.71 | - |
| YUV | 97.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 206 | 0.47 | 0.66 | 0 | 0.19 | 256.89 | 0.58 | 0.54 |
| Hex | 6D | 47 | CE | 2F | 42 | 0 | 13 | 101 | 3A | 36 |
| Octal | 155 | 107 | 316 | 57 | 102 | 0 | 23 | 401 | 72 | 66 |
| Binary | 1101101 | 1000111 | 11001110 | 101111 | 1000010 | 0 | 10011 | 100000001 | 111010 | 110110 |
Color Harmonies of #6D47CE
Complementary color
Monochromatic Colors of #6D47CE
Black with #6D47CE
Text Example
Text Example
White with #6D47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47CE; }
p { color: rgb(109,71,206); }
H1.HeaderClassName
{
color: #6D47CE;
}
.AnyTagClassName
{
color: #6D47CE;
}
</style>
background-color css
<style>
a { background-color: #6D47CE; }
a { background-color: rgb(109,71,206); }
div.DivClassName
{
background-color: #6D47CE;
}
.BgClassName
{
background-color: #6D47CE;
}
</style>
border-color css
<style>
span { border-color: #6D47CE; }
span { border-color: rgb(109,71,206); }
td.TdClassName
{
border-color: #6D47CE;
}
.TagClassName
{
border-color: #6D47CE;
}
</style>