Shades of Medium Slate Blue #6871FB
Tints of Medium Slate Blue #6871FB
RGB
CMYK
RGB Variations
Color information
#6871FB (or 0x6871FB) is known color: Medium Slate Blue. HEX triplet: 68, 71 and FB. RGB value is (104,113,251). Sum of RGB (Red+Green+Blue) = 104+113+251=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #6871FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FB is #978E04. Grayscale: #7D7D7D. Windows color (decimal): -9932293 or 16478568. OLE color: 16478568.
HSL color Cylindrical-coordinate representation of color #6871FB: hue angle of 236.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6871FB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 113 | 251 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.02 |
| HSL | 236.33º | 0.95% | 0.7% | - |
| HSV(B) | 236.33º | 0.59% | 0.98% | - |
| XYZ | 29.03 | 21.72 | 93.93 | - |
| YUV | 126.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 251 | 0.59 | 0.55 | 0 | 0.02 | 236.33 | 0.95 | 0.7 |
| Hex | 68 | 71 | FB | 3B | 37 | 0 | 2 | EC | 5F | 46 |
| Octal | 150 | 161 | 373 | 73 | 67 | 0 | 2 | 354 | 137 | 106 |
| Binary | 1101000 | 1110001 | 11111011 | 111011 | 110111 | 0 | 10 | 11101100 | 1011111 | 1000110 |
Color Harmonies of #6871FB
Complementary color
Monochromatic Colors of #6871FB
Black with #6871FB
Text Example
Text Example
White with #6871FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871FB; }
p { color: rgb(104,113,251); }
H1.HeaderClassName
{
color: #6871FB;
}
.AnyTagClassName
{
color: #6871FB;
}
</style>
background-color css
<style>
a { background-color: #6871FB; }
a { background-color: rgb(104,113,251); }
div.DivClassName
{
background-color: #6871FB;
}
.BgClassName
{
background-color: #6871FB;
}
</style>
border-color css
<style>
span { border-color: #6871FB; }
span { border-color: rgb(104,113,251); }
td.TdClassName
{
border-color: #6871FB;
}
.TagClassName
{
border-color: #6871FB;
}
</style>