Shades of Slate Blue #6D47C2
Tints of Slate Blue #6D47C2
RGB
CMYK
RGB Variations
Color information
#6D47C2 (or 0x6D47C2) is known color: Slate Blue. HEX triplet: 6D, 47 and C2. RGB value is (109,71,194). Sum of RGB (Red+Green+Blue) = 109+71+194=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #6D47C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47C2 is #92B83D. Grayscale: #5F5F5F. Windows color (decimal): -9615422 or 12732269. OLE color: 12732269.
HSL color Cylindrical-coordinate representation of color #6D47C2: hue angle of 258.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D47C2 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 71 | 194 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.24 |
| HSL | 258.54º | 0.5% | 0.52% | - |
| HSV(B) | 258.54º | 0.63% | 0.76% | - |
| XYZ | 18.3 | 11.65 | 52.32 | - |
| YUV | 96.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 194 | 0.44 | 0.63 | 0 | 0.24 | 258.54 | 0.5 | 0.52 |
| Hex | 6D | 47 | C2 | 2C | 3F | 0 | 18 | 103 | 32 | 34 |
| Octal | 155 | 107 | 302 | 54 | 77 | 0 | 30 | 403 | 62 | 64 |
| Binary | 1101101 | 1000111 | 11000010 | 101100 | 111111 | 0 | 11000 | 100000011 | 110010 | 110100 |
Color Harmonies of #6D47C2
Complementary color
Monochromatic Colors of #6D47C2
Black with #6D47C2
Text Example
Text Example
White with #6D47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47C2; }
p { color: rgb(109,71,194); }
H1.HeaderClassName
{
color: #6D47C2;
}
.AnyTagClassName
{
color: #6D47C2;
}
</style>
background-color css
<style>
a { background-color: #6D47C2; }
a { background-color: rgb(109,71,194); }
div.DivClassName
{
background-color: #6D47C2;
}
.BgClassName
{
background-color: #6D47C2;
}
</style>
border-color css
<style>
span { border-color: #6D47C2; }
span { border-color: rgb(109,71,194); }
td.TdClassName
{
border-color: #6D47C2;
}
.TagClassName
{
border-color: #6D47C2;
}
</style>