Shades of Medium Slate Blue #6859FD
Tints of Medium Slate Blue #6859FD
RGB
CMYK
RGB Variations
Color information
#6859FD (or 0x6859FD) is known color: Medium Slate Blue. HEX triplet: 68, 59 and FD. RGB value is (104,89,253). Sum of RGB (Red+Green+Blue) = 104+89+253=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #6859FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6859FD is #97A602. Grayscale: #6F6F6F. Windows color (decimal): -9938435 or 16603496. OLE color: 16603496.
HSL color Cylindrical-coordinate representation of color #6859FD: hue angle of 245.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6859FD is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 89 | 253 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.01 |
| HSL | 245.49º | 0.98% | 0.67% | - |
| HSV(B) | 245.49º | 0.65% | 0.99% | - |
| XYZ | 27.01 | 17.18 | 94.82 | - |
| YUV | 112.18 | 207.47 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 253 | 0.59 | 0.65 | 0 | 0.01 | 245.49 | 0.98 | 0.67 |
| Hex | 68 | 59 | FD | 3B | 41 | 0 | 1 | F5 | 62 | 43 |
| Octal | 150 | 131 | 375 | 73 | 101 | 0 | 1 | 365 | 142 | 103 |
| Binary | 1101000 | 1011001 | 11111101 | 111011 | 1000001 | 0 | 1 | 11110101 | 1100010 | 1000011 |
Color Harmonies of #6859FD
Complementary color
Monochromatic Colors of #6859FD
Black with #6859FD
Text Example
Text Example
White with #6859FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859FD; }
p { color: rgb(104,89,253); }
H1.HeaderClassName
{
color: #6859FD;
}
.AnyTagClassName
{
color: #6859FD;
}
</style>
background-color css
<style>
a { background-color: #6859FD; }
a { background-color: rgb(104,89,253); }
div.DivClassName
{
background-color: #6859FD;
}
.BgClassName
{
background-color: #6859FD;
}
</style>
border-color css
<style>
span { border-color: #6859FD; }
span { border-color: rgb(104,89,253); }
td.TdClassName
{
border-color: #6859FD;
}
.TagClassName
{
border-color: #6859FD;
}
</style>