Shades of Slate Blue #6F5ECE
Tints of Slate Blue #6F5ECE
RGB
CMYK
RGB Variations
Color information
#6F5ECE (or 0x6F5ECE) is known color: Slate Blue. HEX triplet: 6F, 5E and CE. RGB value is (111,94,206). Sum of RGB (Red+Green+Blue) = 111+94+206=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ECE is #90A131. Grayscale: #6F6F6F. Windows color (decimal): -9478450 or 13524591. OLE color: 13524591.
HSL color Cylindrical-coordinate representation of color #6F5ECE: hue angle of 249.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F5ECE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 94 | 206 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.19 |
| HSL | 249.11º | 0.53% | 0.59% | - |
| HSV(B) | 249.11º | 0.54% | 0.81% | - |
| XYZ | 21.7 | 15.84 | 60.31 | - |
| YUV | 111.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 206 | 0.46 | 0.54 | 0 | 0.19 | 249.11 | 0.53 | 0.59 |
| Hex | 6F | 5E | CE | 2E | 36 | 0 | 13 | F9 | 35 | 3B |
| Octal | 157 | 136 | 316 | 56 | 66 | 0 | 23 | 371 | 65 | 73 |
| Binary | 1101111 | 1011110 | 11001110 | 101110 | 110110 | 0 | 10011 | 11111001 | 110101 | 111011 |
Color Harmonies of #6F5ECE
Complementary color
Monochromatic Colors of #6F5ECE
Black with #6F5ECE
Text Example
Text Example
White with #6F5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5ECE; }
p { color: rgb(111,94,206); }
H1.HeaderClassName
{
color: #6F5ECE;
}
.AnyTagClassName
{
color: #6F5ECE;
}
</style>
background-color css
<style>
a { background-color: #6F5ECE; }
a { background-color: rgb(111,94,206); }
div.DivClassName
{
background-color: #6F5ECE;
}
.BgClassName
{
background-color: #6F5ECE;
}
</style>
border-color css
<style>
span { border-color: #6F5ECE; }
span { border-color: rgb(111,94,206); }
td.TdClassName
{
border-color: #6F5ECE;
}
.TagClassName
{
border-color: #6F5ECE;
}
</style>