Shades of Medium Slate Blue #6F5AFB
Tints of Medium Slate Blue #6F5AFB
RGB
CMYK
RGB Variations
Color information
#6F5AFB (or 0x6F5AFB) is known color: Medium Slate Blue. HEX triplet: 6F, 5A and FB. RGB value is (111,90,251). Sum of RGB (Red+Green+Blue) = 111+90+251=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5AFB is #90A504. Grayscale: #727272. Windows color (decimal): -9479429 or 16472687. OLE color: 16472687.
HSL color Cylindrical-coordinate representation of color #6F5AFB: hue angle of 247.83º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F5AFB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 90 | 251 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.02 |
| HSL | 247.83º | 0.95% | 0.67% | - |
| HSV(B) | 247.83º | 0.64% | 0.98% | - |
| XYZ | 27.62 | 17.66 | 93.22 | - |
| YUV | 114.63 | 204.96 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 251 | 0.56 | 0.64 | 0 | 0.02 | 247.83 | 0.95 | 0.67 |
| Hex | 6F | 5A | FB | 38 | 40 | 0 | 2 | F8 | 5F | 43 |
| Octal | 157 | 132 | 373 | 70 | 100 | 0 | 2 | 370 | 137 | 103 |
| Binary | 1101111 | 1011010 | 11111011 | 111000 | 1000000 | 0 | 10 | 11111000 | 1011111 | 1000011 |
Color Harmonies of #6F5AFB
Complementary color
Monochromatic Colors of #6F5AFB
Black with #6F5AFB
Text Example
Text Example
White with #6F5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5AFB; }
p { color: rgb(111,90,251); }
H1.HeaderClassName
{
color: #6F5AFB;
}
.AnyTagClassName
{
color: #6F5AFB;
}
</style>
background-color css
<style>
a { background-color: #6F5AFB; }
a { background-color: rgb(111,90,251); }
div.DivClassName
{
background-color: #6F5AFB;
}
.BgClassName
{
background-color: #6F5AFB;
}
</style>
border-color css
<style>
span { border-color: #6F5AFB; }
span { border-color: rgb(111,90,251); }
td.TdClassName
{
border-color: #6F5AFB;
}
.TagClassName
{
border-color: #6F5AFB;
}
</style>