Shades of Medium Slate Blue #6860FF
Tints of Medium Slate Blue #6860FF
RGB
CMYK
RGB Variations
Color information
#6860FF (or 0x6860FF) is known color: Medium Slate Blue. HEX triplet: 68, 60 and FF. RGB value is (104,96,255). Sum of RGB (Red+Green+Blue) = 104+96+255=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6860FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860FF is #979F00. Grayscale: #737373. Windows color (decimal): -9936641 or 16736360. OLE color: 16736360.
HSL color Cylindrical-coordinate representation of color #6860FF: hue angle of 243.02º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6860FF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 96 | 255 | - |
| CMYK | 0.59 | 0.62 | 0 | 0 |
| HSL | 243.02º | 1% | 0.69% | - |
| HSV(B) | 243.02º | 0.62% | 1% | - |
| XYZ | 27.94 | 18.53 | 96.71 | - |
| YUV | 116.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 255 | 0.59 | 0.62 | 0 | 0 | 243.02 | 1 | 0.69 |
| Hex | 68 | 60 | FF | 3B | 3E | 0 | 0 | F3 | 64 | 45 |
| Octal | 150 | 140 | 377 | 73 | 76 | 0 | 0 | 363 | 144 | 105 |
| Binary | 1101000 | 1100000 | 11111111 | 111011 | 111110 | 0 | 0 | 11110011 | 1100100 | 1000101 |
Color Harmonies of #6860FF
Complementary color
Monochromatic Colors of #6860FF
Black with #6860FF
Text Example
Text Example
White with #6860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860FF; }
p { color: rgb(104,96,255); }
H1.HeaderClassName
{
color: #6860FF;
}
.AnyTagClassName
{
color: #6860FF;
}
</style>
background-color css
<style>
a { background-color: #6860FF; }
a { background-color: rgb(104,96,255); }
div.DivClassName
{
background-color: #6860FF;
}
.BgClassName
{
background-color: #6860FF;
}
</style>
border-color css
<style>
span { border-color: #6860FF; }
span { border-color: rgb(104,96,255); }
td.TdClassName
{
border-color: #6860FF;
}
.TagClassName
{
border-color: #6860FF;
}
</style>