Shades of Slate Blue #6F40E7
Tints of Slate Blue #6F40E7
RGB
CMYK
RGB Variations
Color information
#6F40E7 (or 0x6F40E7) is known color: Slate Blue. HEX triplet: 6F, 40 and E7. RGB value is (111,64,231). Sum of RGB (Red+Green+Blue) = 111+64+231=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #6F40E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F40E7 is #90BF18. Grayscale: #606060. Windows color (decimal): -9486105 or 15155311. OLE color: 15155311.
HSL color Cylindrical-coordinate representation of color #6F40E7: hue angle of 256.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F40E7 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 64 | 231 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.09 |
| HSL | 256.89º | 0.78% | 0.58% | - |
| HSV(B) | 256.89º | 0.72% | 0.91% | - |
| XYZ | 22.81 | 12.82 | 76.87 | - |
| YUV | 97.09 | 203.57 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 231 | 0.52 | 0.72 | 0 | 0.09 | 256.89 | 0.78 | 0.58 |
| Hex | 6F | 40 | E7 | 34 | 48 | 0 | 9 | 101 | 4E | 3A |
| Octal | 157 | 100 | 347 | 64 | 110 | 0 | 11 | 401 | 116 | 72 |
| Binary | 1101111 | 1000000 | 11100111 | 110100 | 1001000 | 0 | 1001 | 100000001 | 1001110 | 111010 |
Color Harmonies of #6F40E7
Complementary color
Monochromatic Colors of #6F40E7
Black with #6F40E7
Text Example
Text Example
White with #6F40E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40E7; }
p { color: rgb(111,64,231); }
H1.HeaderClassName
{
color: #6F40E7;
}
.AnyTagClassName
{
color: #6F40E7;
}
</style>
background-color css
<style>
a { background-color: #6F40E7; }
a { background-color: rgb(111,64,231); }
div.DivClassName
{
background-color: #6F40E7;
}
.BgClassName
{
background-color: #6F40E7;
}
</style>
border-color css
<style>
span { border-color: #6F40E7; }
span { border-color: rgb(111,64,231); }
td.TdClassName
{
border-color: #6F40E7;
}
.TagClassName
{
border-color: #6F40E7;
}
</style>