Shades of Medium Slate Blue #6E6BF2
Tints of Medium Slate Blue #6E6BF2
RGB
CMYK
RGB Variations
Color information
#6E6BF2 (or 0x6E6BF2) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and F2. RGB value is (110,107,242). Sum of RGB (Red+Green+Blue) = 110+107+242=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E6BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BF2 is #91940D. Grayscale: #7A7A7A. Windows color (decimal): -9540622 or 15887214. OLE color: 15887214.
HSL color Cylindrical-coordinate representation of color #6E6BF2: hue angle of 241.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6BF2 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 107 | 242 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.05 |
| HSL | 241.33º | 0.84% | 0.68% | - |
| HSV(B) | 241.33º | 0.56% | 0.95% | - |
| XYZ | 27.72 | 20.24 | 86.45 | - |
| YUV | 123.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 242 | 0.55 | 0.56 | 0 | 0.05 | 241.33 | 0.84 | 0.68 |
| Hex | 6E | 6B | F2 | 37 | 38 | 0 | 5 | F1 | 54 | 44 |
| Octal | 156 | 153 | 362 | 67 | 70 | 0 | 5 | 361 | 124 | 104 |
| Binary | 1101110 | 1101011 | 11110010 | 110111 | 111000 | 0 | 101 | 11110001 | 1010100 | 1000100 |
Color Harmonies of #6E6BF2
Complementary color
Monochromatic Colors of #6E6BF2
Black with #6E6BF2
Text Example
Text Example
White with #6E6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BF2; }
p { color: rgb(110,107,242); }
H1.HeaderClassName
{
color: #6E6BF2;
}
.AnyTagClassName
{
color: #6E6BF2;
}
</style>
background-color css
<style>
a { background-color: #6E6BF2; }
a { background-color: rgb(110,107,242); }
div.DivClassName
{
background-color: #6E6BF2;
}
.BgClassName
{
background-color: #6E6BF2;
}
</style>
border-color css
<style>
span { border-color: #6E6BF2; }
span { border-color: rgb(110,107,242); }
td.TdClassName
{
border-color: #6E6BF2;
}
.TagClassName
{
border-color: #6E6BF2;
}
</style>