Shades of Medium Slate Blue #6E69FB
Tints of Medium Slate Blue #6E69FB
RGB
CMYK
RGB Variations
Color information
#6E69FB (or 0x6E69FB) is known color: Medium Slate Blue. HEX triplet: 6E, 69 and FB. RGB value is (110,105,251). Sum of RGB (Red+Green+Blue) = 110+105+251=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E69FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E69FB is #919604. Grayscale: #7A7A7A. Windows color (decimal): -9541125 or 16476526. OLE color: 16476526.
HSL color Cylindrical-coordinate representation of color #6E69FB: hue angle of 242.05º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E69FB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 105 | 251 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.02 |
| HSL | 242.05º | 0.95% | 0.7% | - |
| HSV(B) | 242.05º | 0.58% | 0.98% | - |
| XYZ | 28.89 | 20.38 | 93.68 | - |
| YUV | 123.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 251 | 0.56 | 0.58 | 0 | 0.02 | 242.05 | 0.95 | 0.7 |
| Hex | 6E | 69 | FB | 38 | 3A | 0 | 2 | F2 | 5F | 46 |
| Octal | 156 | 151 | 373 | 70 | 72 | 0 | 2 | 362 | 137 | 106 |
| Binary | 1101110 | 1101001 | 11111011 | 111000 | 111010 | 0 | 10 | 11110010 | 1011111 | 1000110 |
Color Harmonies of #6E69FB
Complementary color
Monochromatic Colors of #6E69FB
Black with #6E69FB
Text Example
Text Example
White with #6E69FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E69FB; }
p { color: rgb(110,105,251); }
H1.HeaderClassName
{
color: #6E69FB;
}
.AnyTagClassName
{
color: #6E69FB;
}
</style>
background-color css
<style>
a { background-color: #6E69FB; }
a { background-color: rgb(110,105,251); }
div.DivClassName
{
background-color: #6E69FB;
}
.BgClassName
{
background-color: #6E69FB;
}
</style>
border-color css
<style>
span { border-color: #6E69FB; }
span { border-color: rgb(110,105,251); }
td.TdClassName
{
border-color: #6E69FB;
}
.TagClassName
{
border-color: #6E69FB;
}
</style>