Shades of Medium Slate Blue #6860FB
Tints of Medium Slate Blue #6860FB
RGB
CMYK
RGB Variations
Color information
#6860FB (or 0x6860FB) is known color: Medium Slate Blue. HEX triplet: 68, 60 and FB. RGB value is (104,96,251). Sum of RGB (Red+Green+Blue) = 104+96+251=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #6860FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860FB is #979F04. Grayscale: #737373. Windows color (decimal): -9936645 or 16474216. OLE color: 16474216.
HSL color Cylindrical-coordinate representation of color #6860FB: hue angle of 243.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6860FB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 96 | 251 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.02 |
| HSL | 243.1º | 0.95% | 0.68% | - |
| HSV(B) | 243.1º | 0.62% | 0.98% | - |
| XYZ | 27.3 | 18.27 | 93.35 | - |
| YUV | 116.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 251 | 0.59 | 0.62 | 0 | 0.02 | 243.1 | 0.95 | 0.68 |
| Hex | 68 | 60 | FB | 3B | 3E | 0 | 2 | F3 | 5F | 44 |
| Octal | 150 | 140 | 373 | 73 | 76 | 0 | 2 | 363 | 137 | 104 |
| Binary | 1101000 | 1100000 | 11111011 | 111011 | 111110 | 0 | 10 | 11110011 | 1011111 | 1000100 |
Color Harmonies of #6860FB
Complementary color
Monochromatic Colors of #6860FB
Black with #6860FB
Text Example
Text Example
White with #6860FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860FB; }
p { color: rgb(104,96,251); }
H1.HeaderClassName
{
color: #6860FB;
}
.AnyTagClassName
{
color: #6860FB;
}
</style>
background-color css
<style>
a { background-color: #6860FB; }
a { background-color: rgb(104,96,251); }
div.DivClassName
{
background-color: #6860FB;
}
.BgClassName
{
background-color: #6860FB;
}
</style>
border-color css
<style>
span { border-color: #6860FB; }
span { border-color: rgb(104,96,251); }
td.TdClassName
{
border-color: #6860FB;
}
.TagClassName
{
border-color: #6860FB;
}
</style>