Shades of Slate Blue #6E4FC7
Tints of Slate Blue #6E4FC7
RGB
CMYK
RGB Variations
Color information
#6E4FC7 (or 0x6E4FC7) is known color: Slate Blue. HEX triplet: 6E, 4F and C7. RGB value is (110,79,199). Sum of RGB (Red+Green+Blue) = 110+79+199=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #6E4FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FC7 is #91B038. Grayscale: #656565. Windows color (decimal): -9547833 or 13061998. OLE color: 13061998.
HSL color Cylindrical-coordinate representation of color #6E4FC7: hue angle of 255.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E4FC7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 79 | 199 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.22 |
| HSL | 255.5º | 0.52% | 0.55% | - |
| HSV(B) | 255.5º | 0.6% | 0.78% | - |
| XYZ | 19.54 | 13.03 | 55.52 | - |
| YUV | 101.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 199 | 0.45 | 0.60 | 0 | 0.22 | 255.5 | 0.52 | 0.55 |
| Hex | 6E | 4F | C7 | 2D | 3C | 0 | 16 | 100 | 34 | 37 |
| Octal | 156 | 117 | 307 | 55 | 74 | 0 | 26 | 400 | 64 | 67 |
| Binary | 1101110 | 1001111 | 11000111 | 101101 | 111100 | 0 | 10110 | 100000000 | 110100 | 110111 |
Color Harmonies of #6E4FC7
Complementary color
Monochromatic Colors of #6E4FC7
Black with #6E4FC7
Text Example
Text Example
White with #6E4FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FC7; }
p { color: rgb(110,79,199); }
H1.HeaderClassName
{
color: #6E4FC7;
}
.AnyTagClassName
{
color: #6E4FC7;
}
</style>
background-color css
<style>
a { background-color: #6E4FC7; }
a { background-color: rgb(110,79,199); }
div.DivClassName
{
background-color: #6E4FC7;
}
.BgClassName
{
background-color: #6E4FC7;
}
</style>
border-color css
<style>
span { border-color: #6E4FC7; }
span { border-color: rgb(110,79,199); }
td.TdClassName
{
border-color: #6E4FC7;
}
.TagClassName
{
border-color: #6E4FC7;
}
</style>