Shades of Slate Blue #6D51C1
Tints of Slate Blue #6D51C1
RGB
CMYK
RGB Variations
Color information
#6D51C1 (or 0x6D51C1) is known color: Slate Blue. HEX triplet: 6D, 51 and C1. RGB value is (109,81,193). Sum of RGB (Red+Green+Blue) = 109+81+193=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D51C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51C1 is #92AE3E. Grayscale: #656565. Windows color (decimal): -9612863 or 12669293. OLE color: 12669293.
HSL color Cylindrical-coordinate representation of color #6D51C1: hue angle of 255º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D51C1 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 81 | 193 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.24 |
| HSL | 255º | 0.47% | 0.54% | - |
| HSV(B) | 255º | 0.58% | 0.76% | - |
| XYZ | 18.87 | 12.99 | 51.96 | - |
| YUV | 102.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 193 | 0.44 | 0.58 | 0 | 0.24 | 255 | 0.47 | 0.54 |
| Hex | 6D | 51 | C1 | 2C | 3A | 0 | 18 | FF | 2F | 36 |
| Octal | 155 | 121 | 301 | 54 | 72 | 0 | 30 | 377 | 57 | 66 |
| Binary | 1101101 | 1010001 | 11000001 | 101100 | 111010 | 0 | 11000 | 11111111 | 101111 | 110110 |
Color Harmonies of #6D51C1
Complementary color
Monochromatic Colors of #6D51C1
Black with #6D51C1
Text Example
Text Example
White with #6D51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D51C1; }
p { color: rgb(109,81,193); }
H1.HeaderClassName
{
color: #6D51C1;
}
.AnyTagClassName
{
color: #6D51C1;
}
</style>
background-color css
<style>
a { background-color: #6D51C1; }
a { background-color: rgb(109,81,193); }
div.DivClassName
{
background-color: #6D51C1;
}
.BgClassName
{
background-color: #6D51C1;
}
</style>
border-color css
<style>
span { border-color: #6D51C1; }
span { border-color: rgb(109,81,193); }
td.TdClassName
{
border-color: #6D51C1;
}
.TagClassName
{
border-color: #6D51C1;
}
</style>