Shades of Slate Blue #6E46C6
Tints of Slate Blue #6E46C6
RGB
CMYK
RGB Variations
Color information
#6E46C6 (or 0x6E46C6) is known color: Slate Blue. HEX triplet: 6E, 46 and C6. RGB value is (110,70,198). Sum of RGB (Red+Green+Blue) = 110+70+198=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E46C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E46C6 is #91B939. Grayscale: #606060. Windows color (decimal): -9550138 or 12994158. OLE color: 12994158.
HSL color Cylindrical-coordinate representation of color #6E46C6: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E46C6 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 70 | 198 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.22 |
| HSL | 258.75º | 0.53% | 0.53% | - |
| HSV(B) | 258.75º | 0.65% | 0.78% | - |
| XYZ | 18.81 | 11.77 | 54.71 | - |
| YUV | 96.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 198 | 0.44 | 0.65 | 0 | 0.22 | 258.75 | 0.53 | 0.53 |
| Hex | 6E | 46 | C6 | 2C | 41 | 0 | 16 | 103 | 35 | 35 |
| Octal | 156 | 106 | 306 | 54 | 101 | 0 | 26 | 403 | 65 | 65 |
| Binary | 1101110 | 1000110 | 11000110 | 101100 | 1000001 | 0 | 10110 | 100000011 | 110101 | 110101 |
Color Harmonies of #6E46C6
Complementary color
Monochromatic Colors of #6E46C6
Black with #6E46C6
Text Example
Text Example
White with #6E46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E46C6; }
p { color: rgb(110,70,198); }
H1.HeaderClassName
{
color: #6E46C6;
}
.AnyTagClassName
{
color: #6E46C6;
}
</style>
background-color css
<style>
a { background-color: #6E46C6; }
a { background-color: rgb(110,70,198); }
div.DivClassName
{
background-color: #6E46C6;
}
.BgClassName
{
background-color: #6E46C6;
}
</style>
border-color css
<style>
span { border-color: #6E46C6; }
span { border-color: rgb(110,70,198); }
td.TdClassName
{
border-color: #6E46C6;
}
.TagClassName
{
border-color: #6E46C6;
}
</style>