Shades of Medium Slate Blue #6E6FFB
Tints of Medium Slate Blue #6E6FFB
RGB
CMYK
RGB Variations
Color information
#6E6FFB (or 0x6E6FFB) is known color: Medium Slate Blue. HEX triplet: 6E, 6F and FB. RGB value is (110,111,251). Sum of RGB (Red+Green+Blue) = 110+111+251=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E6FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6FFB is #919004. Grayscale: #7E7E7E. Windows color (decimal): -9539589 or 16478062. OLE color: 16478062.
HSL color Cylindrical-coordinate representation of color #6E6FFB: hue angle of 239.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6FFB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 111 | 251 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.02 |
| HSL | 239.57º | 0.95% | 0.71% | - |
| HSV(B) | 239.57º | 0.56% | 0.98% | - |
| XYZ | 29.53 | 21.65 | 93.89 | - |
| YUV | 126.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 251 | 0.56 | 0.56 | 0 | 0.02 | 239.57 | 0.95 | 0.71 |
| Hex | 6E | 6F | FB | 38 | 38 | 0 | 2 | F0 | 5F | 47 |
| Octal | 156 | 157 | 373 | 70 | 70 | 0 | 2 | 360 | 137 | 107 |
| Binary | 1101110 | 1101111 | 11111011 | 111000 | 111000 | 0 | 10 | 11110000 | 1011111 | 1000111 |
Color Harmonies of #6E6FFB
Complementary color
Monochromatic Colors of #6E6FFB
Black with #6E6FFB
Text Example
Text Example
White with #6E6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FFB; }
p { color: rgb(110,111,251); }
H1.HeaderClassName
{
color: #6E6FFB;
}
.AnyTagClassName
{
color: #6E6FFB;
}
</style>
background-color css
<style>
a { background-color: #6E6FFB; }
a { background-color: rgb(110,111,251); }
div.DivClassName
{
background-color: #6E6FFB;
}
.BgClassName
{
background-color: #6E6FFB;
}
</style>
border-color css
<style>
span { border-color: #6E6FFB; }
span { border-color: rgb(110,111,251); }
td.TdClassName
{
border-color: #6E6FFB;
}
.TagClassName
{
border-color: #6E6FFB;
}
</style>