Shades of Slate Blue #6F4EC1
Tints of Slate Blue #6F4EC1
RGB
CMYK
RGB Variations
Color information
#6F4EC1 (or 0x6F4EC1) is known color: Slate Blue. HEX triplet: 6F, 4E and C1. RGB value is (111,78,193). Sum of RGB (Red+Green+Blue) = 111+78+193=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F4EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4EC1 is #90B13E. Grayscale: #646464. Windows color (decimal): -9482559 or 12668527. OLE color: 12668527.
HSL color Cylindrical-coordinate representation of color #6F4EC1: hue angle of 257.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4EC1 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 78 | 193 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.24 |
| HSL | 257.22º | 0.48% | 0.53% | - |
| HSV(B) | 257.22º | 0.6% | 0.76% | - |
| XYZ | 18.91 | 12.68 | 51.9 | - |
| YUV | 100.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 193 | 0.42 | 0.60 | 0 | 0.24 | 257.22 | 0.48 | 0.53 |
| Hex | 6F | 4E | C1 | 2A | 3C | 0 | 18 | 101 | 30 | 35 |
| Octal | 157 | 116 | 301 | 52 | 74 | 0 | 30 | 401 | 60 | 65 |
| Binary | 1101111 | 1001110 | 11000001 | 101010 | 111100 | 0 | 11000 | 100000001 | 110000 | 110101 |
Color Harmonies of #6F4EC1
Complementary color
Monochromatic Colors of #6F4EC1
Black with #6F4EC1
Text Example
Text Example
White with #6F4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4EC1; }
p { color: rgb(111,78,193); }
H1.HeaderClassName
{
color: #6F4EC1;
}
.AnyTagClassName
{
color: #6F4EC1;
}
</style>
background-color css
<style>
a { background-color: #6F4EC1; }
a { background-color: rgb(111,78,193); }
div.DivClassName
{
background-color: #6F4EC1;
}
.BgClassName
{
background-color: #6F4EC1;
}
</style>
border-color css
<style>
span { border-color: #6F4EC1; }
span { border-color: rgb(111,78,193); }
td.TdClassName
{
border-color: #6F4EC1;
}
.TagClassName
{
border-color: #6F4EC1;
}
</style>