Shades of Medium Slate Blue #6871FA
Tints of Medium Slate Blue #6871FA
RGB
CMYK
RGB Variations
Color information
#6871FA (or 0x6871FA) is known color: Medium Slate Blue. HEX triplet: 68, 71 and FA. RGB value is (104,113,250). Sum of RGB (Red+Green+Blue) = 104+113+250=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6871FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FA is #978E05. Grayscale: #7D7D7D. Windows color (decimal): -9932294 or 16413032. OLE color: 16413032.
HSL color Cylindrical-coordinate representation of color #6871FA: hue angle of 236.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6871FA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 113 | 250 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.02 |
| HSL | 236.3º | 0.94% | 0.69% | - |
| HSV(B) | 236.3º | 0.58% | 0.98% | - |
| XYZ | 28.87 | 21.66 | 93.1 | - |
| YUV | 125.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 250 | 0.58 | 0.55 | 0 | 0.02 | 236.3 | 0.94 | 0.69 |
| Hex | 68 | 71 | FA | 3A | 37 | 0 | 2 | EC | 5E | 45 |
| Octal | 150 | 161 | 372 | 72 | 67 | 0 | 2 | 354 | 136 | 105 |
| Binary | 1101000 | 1110001 | 11111010 | 111010 | 110111 | 0 | 10 | 11101100 | 1011110 | 1000101 |
Color Harmonies of #6871FA
Complementary color
Monochromatic Colors of #6871FA
Black with #6871FA
Text Example
Text Example
White with #6871FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871FA; }
p { color: rgb(104,113,250); }
H1.HeaderClassName
{
color: #6871FA;
}
.AnyTagClassName
{
color: #6871FA;
}
</style>
background-color css
<style>
a { background-color: #6871FA; }
a { background-color: rgb(104,113,250); }
div.DivClassName
{
background-color: #6871FA;
}
.BgClassName
{
background-color: #6871FA;
}
</style>
border-color css
<style>
span { border-color: #6871FA; }
span { border-color: rgb(104,113,250); }
td.TdClassName
{
border-color: #6871FA;
}
.TagClassName
{
border-color: #6871FA;
}
</style>