Shades of Medium Slate Blue #6071FF
Tints of Medium Slate Blue #6071FF
RGB
CMYK
RGB Variations
Color information
#6071FF (or 0x6071FF) is known color: Medium Slate Blue. HEX triplet: 60, 71 and FF. RGB value is (96,113,255). Sum of RGB (Red+Green+Blue) = 96+113+255=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #6071FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6071FF is #9F8E00. Grayscale: #7B7B7B. Windows color (decimal): -10456577 or 16740704. OLE color: 16740704.
HSL color Cylindrical-coordinate representation of color #6071FF: hue angle of 233.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6071FF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 113 | 255 | - |
| CMYK | 0.62 | 0.56 | 0 | 0 |
| HSL | 233.58º | 1% | 0.69% | - |
| HSV(B) | 233.58º | 0.62% | 1% | - |
| XYZ | 28.78 | 21.52 | 97.24 | - |
| YUV | 124.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 255 | 0.62 | 0.56 | 0 | 0 | 233.58 | 1 | 0.69 |
| Hex | 60 | 71 | FF | 3E | 38 | 0 | 0 | EA | 64 | 45 |
| Octal | 140 | 161 | 377 | 76 | 70 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1100000 | 1110001 | 11111111 | 111110 | 111000 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #6071FF
Complementary color
Monochromatic Colors of #6071FF
Black with #6071FF
Text Example
Text Example
White with #6071FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071FF; }
p { color: rgb(96,113,255); }
H1.HeaderClassName
{
color: #6071FF;
}
.AnyTagClassName
{
color: #6071FF;
}
</style>
background-color css
<style>
a { background-color: #6071FF; }
a { background-color: rgb(96,113,255); }
div.DivClassName
{
background-color: #6071FF;
}
.BgClassName
{
background-color: #6071FF;
}
</style>
border-color css
<style>
span { border-color: #6071FF; }
span { border-color: rgb(96,113,255); }
td.TdClassName
{
border-color: #6071FF;
}
.TagClassName
{
border-color: #6071FF;
}
</style>