Shades of Slate Blue #6A42D1
Tints of Slate Blue #6A42D1
RGB
CMYK
RGB Variations
Color information
#6A42D1 (or 0x6A42D1) is known color: Slate Blue. HEX triplet: 6A, 42 and D1. RGB value is (106,66,209). Sum of RGB (Red+Green+Blue) = 106+66+209=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A42D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42D1 is #95BD2E. Grayscale: #5D5D5D. Windows color (decimal): -9813295 or 13714026. OLE color: 13714026.
HSL color Cylindrical-coordinate representation of color #6A42D1: hue angle of 256.78º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A42D1 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 66 | 209 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.18 |
| HSL | 256.78º | 0.61% | 0.54% | - |
| HSV(B) | 256.78º | 0.68% | 0.82% | - |
| XYZ | 19.4 | 11.56 | 61.53 | - |
| YUV | 94.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 209 | 0.49 | 0.68 | 0 | 0.18 | 256.78 | 0.61 | 0.54 |
| Hex | 6A | 42 | D1 | 31 | 44 | 0 | 12 | 101 | 3D | 36 |
| Octal | 152 | 102 | 321 | 61 | 104 | 0 | 22 | 401 | 75 | 66 |
| Binary | 1101010 | 1000010 | 11010001 | 110001 | 1000100 | 0 | 10010 | 100000001 | 111101 | 110110 |
Color Harmonies of #6A42D1
Complementary color
Monochromatic Colors of #6A42D1
Black with #6A42D1
Text Example
Text Example
White with #6A42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A42D1; }
p { color: rgb(106,66,209); }
H1.HeaderClassName
{
color: #6A42D1;
}
.AnyTagClassName
{
color: #6A42D1;
}
</style>
background-color css
<style>
a { background-color: #6A42D1; }
a { background-color: rgb(106,66,209); }
div.DivClassName
{
background-color: #6A42D1;
}
.BgClassName
{
background-color: #6A42D1;
}
</style>
border-color css
<style>
span { border-color: #6A42D1; }
span { border-color: rgb(106,66,209); }
td.TdClassName
{
border-color: #6A42D1;
}
.TagClassName
{
border-color: #6A42D1;
}
</style>