Shades of Medium Slate Blue #6E44F6
Tints of Medium Slate Blue #6E44F6
RGB
CMYK
RGB Variations
Color information
#6E44F6 (or 0x6E44F6) is known color: Medium Slate Blue. HEX triplet: 6E, 44 and F6. RGB value is (110,68,246). Sum of RGB (Red+Green+Blue) = 110+68+246=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E44F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E44F6 is #91BB09. Grayscale: #646464. Windows color (decimal): -9550602 or 16139374. OLE color: 16139374.
HSL color Cylindrical-coordinate representation of color #6E44F6: hue angle of 254.16º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E44F6 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 68 | 246 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.04 |
| HSL | 254.16º | 0.91% | 0.62% | - |
| HSV(B) | 254.16º | 0.72% | 0.96% | - |
| XYZ | 25.13 | 14.1 | 88.59 | - |
| YUV | 100.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 246 | 0.55 | 0.72 | 0 | 0.04 | 254.16 | 0.91 | 0.62 |
| Hex | 6E | 44 | F6 | 37 | 48 | 0 | 4 | FE | 5B | 3E |
| Octal | 156 | 104 | 366 | 67 | 110 | 0 | 4 | 376 | 133 | 76 |
| Binary | 1101110 | 1000100 | 11110110 | 110111 | 1001000 | 0 | 100 | 11111110 | 1011011 | 111110 |
Color Harmonies of #6E44F6
Complementary color
Monochromatic Colors of #6E44F6
Black with #6E44F6
Text Example
Text Example
White with #6E44F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E44F6; }
p { color: rgb(110,68,246); }
H1.HeaderClassName
{
color: #6E44F6;
}
.AnyTagClassName
{
color: #6E44F6;
}
</style>
background-color css
<style>
a { background-color: #6E44F6; }
a { background-color: rgb(110,68,246); }
div.DivClassName
{
background-color: #6E44F6;
}
.BgClassName
{
background-color: #6E44F6;
}
</style>
border-color css
<style>
span { border-color: #6E44F6; }
span { border-color: rgb(110,68,246); }
td.TdClassName
{
border-color: #6E44F6;
}
.TagClassName
{
border-color: #6E44F6;
}
</style>