Shades of Medium Slate Blue #6071FB
Tints of Medium Slate Blue #6071FB
RGB
CMYK
RGB Variations
Color information
#6071FB (or 0x6071FB) is known color: Medium Slate Blue. HEX triplet: 60, 71 and FB. RGB value is (96,113,251). Sum of RGB (Red+Green+Blue) = 96+113+251=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #6071FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6071FB is #9F8E04. Grayscale: #7B7B7B. Windows color (decimal): -10456581 or 16478560. OLE color: 16478560.
HSL color Cylindrical-coordinate representation of color #6071FB: hue angle of 233.42º 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 #6071FB is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 113 | 251 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.02 |
| HSL | 233.42º | 0.95% | 0.68% | - |
| HSV(B) | 233.42º | 0.62% | 0.98% | - |
| XYZ | 28.14 | 21.26 | 93.89 | - |
| YUV | 123.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 251 | 0.62 | 0.55 | 0 | 0.02 | 233.42 | 0.95 | 0.68 |
| Hex | 60 | 71 | FB | 3E | 37 | 0 | 2 | E9 | 5F | 44 |
| Octal | 140 | 161 | 373 | 76 | 67 | 0 | 2 | 351 | 137 | 104 |
| Binary | 1100000 | 1110001 | 11111011 | 111110 | 110111 | 0 | 10 | 11101001 | 1011111 | 1000100 |
Color Harmonies of #6071FB
Complementary color
Monochromatic Colors of #6071FB
Black with #6071FB
Text Example
Text Example
White with #6071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071FB; }
p { color: rgb(96,113,251); }
H1.HeaderClassName
{
color: #6071FB;
}
.AnyTagClassName
{
color: #6071FB;
}
</style>
background-color css
<style>
a { background-color: #6071FB; }
a { background-color: rgb(96,113,251); }
div.DivClassName
{
background-color: #6071FB;
}
.BgClassName
{
background-color: #6071FB;
}
</style>
border-color css
<style>
span { border-color: #6071FB; }
span { border-color: rgb(96,113,251); }
td.TdClassName
{
border-color: #6071FB;
}
.TagClassName
{
border-color: #6071FB;
}
</style>