Shades of Slate Blue #6D47D4
Tints of Slate Blue #6D47D4
RGB
CMYK
RGB Variations
Color information
#6D47D4 (or 0x6D47D4) is known color: Slate Blue. HEX triplet: 6D, 47 and D4. RGB value is (109,71,212). Sum of RGB (Red+Green+Blue) = 109+71+212=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D47D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47D4 is #92B82B. Grayscale: #616161. Windows color (decimal): -9615404 or 13911917. OLE color: 13911917.
HSL color Cylindrical-coordinate representation of color #6D47D4: hue angle of 256.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D47D4 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 71 | 212 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.17 |
| HSL | 256.17º | 0.62% | 0.55% | - |
| HSV(B) | 256.17º | 0.67% | 0.83% | - |
| XYZ | 20.44 | 12.51 | 63.62 | - |
| YUV | 98.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 212 | 0.49 | 0.67 | 0 | 0.17 | 256.17 | 0.62 | 0.55 |
| Hex | 6D | 47 | D4 | 31 | 43 | 0 | 11 | 100 | 3E | 37 |
| Octal | 155 | 107 | 324 | 61 | 103 | 0 | 21 | 400 | 76 | 67 |
| Binary | 1101101 | 1000111 | 11010100 | 110001 | 1000011 | 0 | 10001 | 100000000 | 111110 | 110111 |
Color Harmonies of #6D47D4
Complementary color
Monochromatic Colors of #6D47D4
Black with #6D47D4
Text Example
Text Example
White with #6D47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47D4; }
p { color: rgb(109,71,212); }
H1.HeaderClassName
{
color: #6D47D4;
}
.AnyTagClassName
{
color: #6D47D4;
}
</style>
background-color css
<style>
a { background-color: #6D47D4; }
a { background-color: rgb(109,71,212); }
div.DivClassName
{
background-color: #6D47D4;
}
.BgClassName
{
background-color: #6D47D4;
}
</style>
border-color css
<style>
span { border-color: #6D47D4; }
span { border-color: rgb(109,71,212); }
td.TdClassName
{
border-color: #6D47D4;
}
.TagClassName
{
border-color: #6D47D4;
}
</style>