Shades of Medium Slate Blue #6E7BF8
Tints of Medium Slate Blue #6E7BF8
RGB
CMYK
RGB Variations
Color information
#6E7BF8 (or 0x6E7BF8) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and F8. RGB value is (110,123,248). Sum of RGB (Red+Green+Blue) = 110+123+248=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E7BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BF8 is #918407. Grayscale: #848484. Windows color (decimal): -9536520 or 16284526. OLE color: 16284526.
HSL color Cylindrical-coordinate representation of color #6E7BF8: hue angle of 234.35º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7BF8 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 123 | 248 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.03 |
| HSL | 234.35º | 0.91% | 0.7% | - |
| HSV(B) | 234.35º | 0.56% | 0.97% | - |
| XYZ | 30.46 | 24.26 | 91.88 | - |
| YUV | 133.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 248 | 0.56 | 0.50 | 0 | 0.03 | 234.35 | 0.91 | 0.7 |
| Hex | 6E | 7B | F8 | 38 | 32 | 0 | 3 | EA | 5B | 46 |
| Octal | 156 | 173 | 370 | 70 | 62 | 0 | 3 | 352 | 133 | 106 |
| Binary | 1101110 | 1111011 | 11111000 | 111000 | 110010 | 0 | 11 | 11101010 | 1011011 | 1000110 |
Color Harmonies of #6E7BF8
Complementary color
Monochromatic Colors of #6E7BF8
Black with #6E7BF8
Text Example
Text Example
White with #6E7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BF8; }
p { color: rgb(110,123,248); }
H1.HeaderClassName
{
color: #6E7BF8;
}
.AnyTagClassName
{
color: #6E7BF8;
}
</style>
background-color css
<style>
a { background-color: #6E7BF8; }
a { background-color: rgb(110,123,248); }
div.DivClassName
{
background-color: #6E7BF8;
}
.BgClassName
{
background-color: #6E7BF8;
}
</style>
border-color css
<style>
span { border-color: #6E7BF8; }
span { border-color: rgb(110,123,248); }
td.TdClassName
{
border-color: #6E7BF8;
}
.TagClassName
{
border-color: #6E7BF8;
}
</style>