Shades of Medium Slate Blue #6859ED
Tints of Medium Slate Blue #6859ED
RGB
CMYK
RGB Variations
Color information
#6859ED (or 0x6859ED) is known color: Medium Slate Blue. HEX triplet: 68, 59 and ED. RGB value is (104,89,237). Sum of RGB (Red+Green+Blue) = 104+89+237=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #6859ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6859ED is #97A612. Grayscale: #6D6D6D. Windows color (decimal): -9938451 or 15554920. OLE color: 15554920.
HSL color Cylindrical-coordinate representation of color #6859ED: hue angle of 246.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6859ED is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 89 | 237 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.07 |
| HSL | 246.08º | 0.8% | 0.64% | - |
| HSV(B) | 246.08º | 0.62% | 0.93% | - |
| XYZ | 24.57 | 16.2 | 81.95 | - |
| YUV | 110.36 | 199.47 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 237 | 0.56 | 0.62 | 0 | 0.07 | 246.08 | 0.8 | 0.64 |
| Hex | 68 | 59 | ED | 38 | 3E | 0 | 7 | F6 | 50 | 40 |
| Octal | 150 | 131 | 355 | 70 | 76 | 0 | 7 | 366 | 120 | 100 |
| Binary | 1101000 | 1011001 | 11101101 | 111000 | 111110 | 0 | 111 | 11110110 | 1010000 | 1000000 |
Color Harmonies of #6859ED
Complementary color
Monochromatic Colors of #6859ED
Black with #6859ED
Text Example
Text Example
White with #6859ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859ED; }
p { color: rgb(104,89,237); }
H1.HeaderClassName
{
color: #6859ED;
}
.AnyTagClassName
{
color: #6859ED;
}
</style>
background-color css
<style>
a { background-color: #6859ED; }
a { background-color: rgb(104,89,237); }
div.DivClassName
{
background-color: #6859ED;
}
.BgClassName
{
background-color: #6859ED;
}
</style>
border-color css
<style>
span { border-color: #6859ED; }
span { border-color: rgb(104,89,237); }
td.TdClassName
{
border-color: #6859ED;
}
.TagClassName
{
border-color: #6859ED;
}
</style>