Shades of Medium Slate Blue #6C71FB
Tints of Medium Slate Blue #6C71FB
RGB
CMYK
RGB Variations
Color information
#6C71FB (or 0x6C71FB) is known color: Medium Slate Blue. HEX triplet: 6C, 71 and FB. RGB value is (108,113,251). Sum of RGB (Red+Green+Blue) = 108+113+251=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C71FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C71FB is #938E04. Grayscale: #7E7E7E. Windows color (decimal): -9670149 or 16478572. OLE color: 16478572.
HSL color Cylindrical-coordinate representation of color #6C71FB: hue angle of 237.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C71FB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 113 | 251 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.02 |
| HSL | 237.9º | 0.95% | 0.7% | - |
| HSV(B) | 237.9º | 0.57% | 0.98% | - |
| XYZ | 29.5 | 21.96 | 93.95 | - |
| YUV | 127.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 251 | 0.57 | 0.55 | 0 | 0.02 | 237.9 | 0.95 | 0.7 |
| Hex | 6C | 71 | FB | 39 | 37 | 0 | 2 | EE | 5F | 46 |
| Octal | 154 | 161 | 373 | 71 | 67 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101100 | 1110001 | 11111011 | 111001 | 110111 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #6C71FB
Complementary color
Monochromatic Colors of #6C71FB
Black with #6C71FB
Text Example
Text Example
White with #6C71FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C71FB; }
p { color: rgb(108,113,251); }
H1.HeaderClassName
{
color: #6C71FB;
}
.AnyTagClassName
{
color: #6C71FB;
}
</style>
background-color css
<style>
a { background-color: #6C71FB; }
a { background-color: rgb(108,113,251); }
div.DivClassName
{
background-color: #6C71FB;
}
.BgClassName
{
background-color: #6C71FB;
}
</style>
border-color css
<style>
span { border-color: #6C71FB; }
span { border-color: rgb(108,113,251); }
td.TdClassName
{
border-color: #6C71FB;
}
.TagClassName
{
border-color: #6C71FB;
}
</style>