Shades of Slate Blue #6C51E1
Tints of Slate Blue #6C51E1
RGB
CMYK
RGB Variations
Color information
#6C51E1 (or 0x6C51E1) is known color: Slate Blue. HEX triplet: 6C, 51 and E1. RGB value is (108,81,225). Sum of RGB (Red+Green+Blue) = 108+81+225=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C51E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C51E1 is #93AE1E. Grayscale: #686868. Windows color (decimal): -9678367 or 14766444. OLE color: 14766444.
HSL color Cylindrical-coordinate representation of color #6C51E1: hue angle of 251.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C51E1 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 81 | 225 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.12 |
| HSL | 251.25º | 0.71% | 0.6% | - |
| HSV(B) | 251.25º | 0.64% | 0.88% | - |
| XYZ | 22.72 | 14.51 | 72.84 | - |
| YUV | 105.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 225 | 0.52 | 0.64 | 0 | 0.12 | 251.25 | 0.71 | 0.6 |
| Hex | 6C | 51 | E1 | 34 | 40 | 0 | C | FB | 47 | 3C |
| Octal | 154 | 121 | 341 | 64 | 100 | 0 | 14 | 373 | 107 | 74 |
| Binary | 1101100 | 1010001 | 11100001 | 110100 | 1000000 | 0 | 1100 | 11111011 | 1000111 | 111100 |
Color Harmonies of #6C51E1
Complementary color
Monochromatic Colors of #6C51E1
Black with #6C51E1
Text Example
Text Example
White with #6C51E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C51E1; }
p { color: rgb(108,81,225); }
H1.HeaderClassName
{
color: #6C51E1;
}
.AnyTagClassName
{
color: #6C51E1;
}
</style>
background-color css
<style>
a { background-color: #6C51E1; }
a { background-color: rgb(108,81,225); }
div.DivClassName
{
background-color: #6C51E1;
}
.BgClassName
{
background-color: #6C51E1;
}
</style>
border-color css
<style>
span { border-color: #6C51E1; }
span { border-color: rgb(108,81,225); }
td.TdClassName
{
border-color: #6C51E1;
}
.TagClassName
{
border-color: #6C51E1;
}
</style>