Shades of Slate Blue #6F3EE1
Tints of Slate Blue #6F3EE1
RGB
CMYK
RGB Variations
Color information
#6F3EE1 (or 0x6F3EE1) is known color: Slate Blue. HEX triplet: 6F, 3E and E1. RGB value is (111,62,225). Sum of RGB (Red+Green+Blue) = 111+62+225=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #6F3EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3EE1 is #90C11E. Grayscale: #5E5E5E. Windows color (decimal): -9486623 or 14761583. OLE color: 14761583.
HSL color Cylindrical-coordinate representation of color #6F3EE1: hue angle of 258.04º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3EE1 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 62 | 225 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.12 |
| HSL | 258.04º | 0.73% | 0.56% | - |
| HSV(B) | 258.04º | 0.72% | 0.88% | - |
| XYZ | 21.87 | 12.26 | 72.45 | - |
| YUV | 95.23 | 201.23 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 225 | 0.51 | 0.72 | 0 | 0.12 | 258.04 | 0.73 | 0.56 |
| Hex | 6F | 3E | E1 | 33 | 48 | 0 | C | 102 | 49 | 38 |
| Octal | 157 | 76 | 341 | 63 | 110 | 0 | 14 | 402 | 111 | 70 |
| Binary | 1101111 | 111110 | 11100001 | 110011 | 1001000 | 0 | 1100 | 100000010 | 1001001 | 111000 |
Color Harmonies of #6F3EE1
Complementary color
Monochromatic Colors of #6F3EE1
Black with #6F3EE1
Text Example
Text Example
White with #6F3EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3EE1; }
p { color: rgb(111,62,225); }
H1.HeaderClassName
{
color: #6F3EE1;
}
.AnyTagClassName
{
color: #6F3EE1;
}
</style>
background-color css
<style>
a { background-color: #6F3EE1; }
a { background-color: rgb(111,62,225); }
div.DivClassName
{
background-color: #6F3EE1;
}
.BgClassName
{
background-color: #6F3EE1;
}
</style>
border-color css
<style>
span { border-color: #6F3EE1; }
span { border-color: rgb(111,62,225); }
td.TdClassName
{
border-color: #6F3EE1;
}
.TagClassName
{
border-color: #6F3EE1;
}
</style>