Shades of Medium Slate Blue #6866EB
Tints of Medium Slate Blue #6866EB
RGB
CMYK
RGB Variations
Color information
#6866EB (or 0x6866EB) is known color: Medium Slate Blue. HEX triplet: 68, 66 and EB. RGB value is (104,102,235). Sum of RGB (Red+Green+Blue) = 104+102+235=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #6866EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6866EB is #979914. Grayscale: #757575. Windows color (decimal): -9935125 or 15427176. OLE color: 15427176.
HSL color Cylindrical-coordinate representation of color #6866EB: hue angle of 240.9º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6866EB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 102 | 235 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.08 |
| HSL | 240.9º | 0.77% | 0.66% | - |
| HSV(B) | 240.9º | 0.57% | 0.92% | - |
| XYZ | 25.46 | 18.44 | 80.82 | - |
| YUV | 117.76 | 194.16 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 235 | 0.56 | 0.57 | 0 | 0.08 | 240.9 | 0.77 | 0.66 |
| Hex | 68 | 66 | EB | 38 | 39 | 0 | 8 | F1 | 4D | 42 |
| Octal | 150 | 146 | 353 | 70 | 71 | 0 | 10 | 361 | 115 | 102 |
| Binary | 1101000 | 1100110 | 11101011 | 111000 | 111001 | 0 | 1000 | 11110001 | 1001101 | 1000010 |
Color Harmonies of #6866EB
Complementary color
Monochromatic Colors of #6866EB
Black with #6866EB
Text Example
Text Example
White with #6866EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866EB; }
p { color: rgb(104,102,235); }
H1.HeaderClassName
{
color: #6866EB;
}
.AnyTagClassName
{
color: #6866EB;
}
</style>
background-color css
<style>
a { background-color: #6866EB; }
a { background-color: rgb(104,102,235); }
div.DivClassName
{
background-color: #6866EB;
}
.BgClassName
{
background-color: #6866EB;
}
</style>
border-color css
<style>
span { border-color: #6866EB; }
span { border-color: rgb(104,102,235); }
td.TdClassName
{
border-color: #6866EB;
}
.TagClassName
{
border-color: #6866EB;
}
</style>