Shades of Medium Slate Blue #6871EF
Tints of Medium Slate Blue #6871EF
RGB
CMYK
RGB Variations
Color information
#6871EF (or 0x6871EF) is known color: Medium Slate Blue. HEX triplet: 68, 71 and EF. RGB value is (104,113,239). Sum of RGB (Red+Green+Blue) = 104+113+239=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #6871EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871EF is #978E10. Grayscale: #7C7C7C. Windows color (decimal): -9932305 or 15692136. OLE color: 15692136.
HSL color Cylindrical-coordinate representation of color #6871EF: hue angle of 236º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6871EF is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 113 | 239 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.06 |
| HSL | 236º | 0.81% | 0.67% | - |
| HSV(B) | 236º | 0.56% | 0.94% | - |
| XYZ | 27.19 | 20.99 | 84.28 | - |
| YUV | 124.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 239 | 0.56 | 0.53 | 0 | 0.06 | 236 | 0.81 | 0.67 |
| Hex | 68 | 71 | EF | 38 | 35 | 0 | 6 | EC | 51 | 43 |
| Octal | 150 | 161 | 357 | 70 | 65 | 0 | 6 | 354 | 121 | 103 |
| Binary | 1101000 | 1110001 | 11101111 | 111000 | 110101 | 0 | 110 | 11101100 | 1010001 | 1000011 |
Color Harmonies of #6871EF
Complementary color
Monochromatic Colors of #6871EF
Black with #6871EF
Text Example
Text Example
White with #6871EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871EF; }
p { color: rgb(104,113,239); }
H1.HeaderClassName
{
color: #6871EF;
}
.AnyTagClassName
{
color: #6871EF;
}
</style>
background-color css
<style>
a { background-color: #6871EF; }
a { background-color: rgb(104,113,239); }
div.DivClassName
{
background-color: #6871EF;
}
.BgClassName
{
background-color: #6871EF;
}
</style>
border-color css
<style>
span { border-color: #6871EF; }
span { border-color: rgb(104,113,239); }
td.TdClassName
{
border-color: #6871EF;
}
.TagClassName
{
border-color: #6871EF;
}
</style>