Shades of Slate Blue #6A51C0
Tints of Slate Blue #6A51C0
RGB
CMYK
RGB Variations
Color information
#6A51C0 (or 0x6A51C0) is known color: Slate Blue. HEX triplet: 6A, 51 and C0. RGB value is (106,81,192). Sum of RGB (Red+Green+Blue) = 106+81+192=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A51C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51C0 is #95AE3F. Grayscale: #646464. Windows color (decimal): -9809472 or 12603754. OLE color: 12603754.
HSL color Cylindrical-coordinate representation of color #6A51C0: hue angle of 253.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A51C0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 81 | 192 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.25 |
| HSL | 253.51º | 0.47% | 0.54% | - |
| HSV(B) | 253.51º | 0.58% | 0.75% | - |
| XYZ | 18.4 | 12.75 | 51.36 | - |
| YUV | 101.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 192 | 0.45 | 0.58 | 0 | 0.25 | 253.51 | 0.47 | 0.54 |
| Hex | 6A | 51 | C0 | 2D | 3A | 0 | 19 | FE | 2F | 36 |
| Octal | 152 | 121 | 300 | 55 | 72 | 0 | 31 | 376 | 57 | 66 |
| Binary | 1101010 | 1010001 | 11000000 | 101101 | 111010 | 0 | 11001 | 11111110 | 101111 | 110110 |
Color Harmonies of #6A51C0
Complementary color
Monochromatic Colors of #6A51C0
Black with #6A51C0
Text Example
Text Example
White with #6A51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A51C0; }
p { color: rgb(106,81,192); }
H1.HeaderClassName
{
color: #6A51C0;
}
.AnyTagClassName
{
color: #6A51C0;
}
</style>
background-color css
<style>
a { background-color: #6A51C0; }
a { background-color: rgb(106,81,192); }
div.DivClassName
{
background-color: #6A51C0;
}
.BgClassName
{
background-color: #6A51C0;
}
</style>
border-color css
<style>
span { border-color: #6A51C0; }
span { border-color: rgb(106,81,192); }
td.TdClassName
{
border-color: #6A51C0;
}
.TagClassName
{
border-color: #6A51C0;
}
</style>