Shades of Slate Blue #6D47CB
Tints of Slate Blue #6D47CB
RGB
CMYK
RGB Variations
Color information
#6D47CB (or 0x6D47CB) is known color: Slate Blue. HEX triplet: 6D, 47 and CB. RGB value is (109,71,203). Sum of RGB (Red+Green+Blue) = 109+71+203=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47CB is #92B834. Grayscale: #606060. Windows color (decimal): -9615413 or 13322093. OLE color: 13322093.
HSL color Cylindrical-coordinate representation of color #6D47CB: hue angle of 257.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D47CB is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 71 | 203 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.20 |
| HSL | 257.27º | 0.56% | 0.54% | - |
| HSV(B) | 257.27º | 0.65% | 0.8% | - |
| XYZ | 19.34 | 12.07 | 57.81 | - |
| YUV | 97.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 203 | 0.46 | 0.65 | 0 | 0.20 | 257.27 | 0.56 | 0.54 |
| Hex | 6D | 47 | CB | 2E | 41 | 0 | 14 | 101 | 38 | 36 |
| Octal | 155 | 107 | 313 | 56 | 101 | 0 | 24 | 401 | 70 | 66 |
| Binary | 1101101 | 1000111 | 11001011 | 101110 | 1000001 | 0 | 10100 | 100000001 | 111000 | 110110 |
Color Harmonies of #6D47CB
Complementary color
Monochromatic Colors of #6D47CB
Black with #6D47CB
Text Example
Text Example
White with #6D47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47CB; }
p { color: rgb(109,71,203); }
H1.HeaderClassName
{
color: #6D47CB;
}
.AnyTagClassName
{
color: #6D47CB;
}
</style>
background-color css
<style>
a { background-color: #6D47CB; }
a { background-color: rgb(109,71,203); }
div.DivClassName
{
background-color: #6D47CB;
}
.BgClassName
{
background-color: #6D47CB;
}
</style>
border-color css
<style>
span { border-color: #6D47CB; }
span { border-color: rgb(109,71,203); }
td.TdClassName
{
border-color: #6D47CB;
}
.TagClassName
{
border-color: #6D47CB;
}
</style>