Shades of Medium Slate Blue #6E7BF6
Tints of Medium Slate Blue #6E7BF6
RGB
CMYK
RGB Variations
Color information
#6E7BF6 (or 0x6E7BF6) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and F6. RGB value is (110,123,246). Sum of RGB (Red+Green+Blue) = 110+123+246=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E7BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BF6 is #918409. Grayscale: #848484. Windows color (decimal): -9536522 or 16153454. OLE color: 16153454.
HSL color Cylindrical-coordinate representation of color #6E7BF6: hue angle of 234.26º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E7BF6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 123 | 246 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.04 |
| HSL | 234.26º | 0.88% | 0.7% | - |
| HSV(B) | 234.26º | 0.55% | 0.96% | - |
| XYZ | 30.15 | 24.13 | 90.26 | - |
| YUV | 133.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 246 | 0.55 | 0.50 | 0 | 0.04 | 234.26 | 0.88 | 0.7 |
| Hex | 6E | 7B | F6 | 37 | 32 | 0 | 4 | EA | 58 | 46 |
| Octal | 156 | 173 | 366 | 67 | 62 | 0 | 4 | 352 | 130 | 106 |
| Binary | 1101110 | 1111011 | 11110110 | 110111 | 110010 | 0 | 100 | 11101010 | 1011000 | 1000110 |
Color Harmonies of #6E7BF6
Complementary color
Monochromatic Colors of #6E7BF6
Black with #6E7BF6
Text Example
Text Example
White with #6E7BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BF6; }
p { color: rgb(110,123,246); }
H1.HeaderClassName
{
color: #6E7BF6;
}
.AnyTagClassName
{
color: #6E7BF6;
}
</style>
background-color css
<style>
a { background-color: #6E7BF6; }
a { background-color: rgb(110,123,246); }
div.DivClassName
{
background-color: #6E7BF6;
}
.BgClassName
{
background-color: #6E7BF6;
}
</style>
border-color css
<style>
span { border-color: #6E7BF6; }
span { border-color: rgb(110,123,246); }
td.TdClassName
{
border-color: #6E7BF6;
}
.TagClassName
{
border-color: #6E7BF6;
}
</style>