Shades of Medium Slate Blue #6F51FE
Tints of Medium Slate Blue #6F51FE
RGB
CMYK
RGB Variations
Color information
#6F51FE (or 0x6F51FE) is known color: Medium Slate Blue. HEX triplet: 6F, 51 and FE. RGB value is (111,81,254). Sum of RGB (Red+Green+Blue) = 111+81+254=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F51FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F51FE is #90AE01. Grayscale: #6D6D6D. Windows color (decimal): -9481730 or 16666991. OLE color: 16666991.
HSL color Cylindrical-coordinate representation of color #6F51FE: hue angle of 250.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F51FE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 81 | 254 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.00 |
| HSL | 250.4º | 0.99% | 0.66% | - |
| HSV(B) | 250.4º | 0.68% | 1% | - |
| XYZ | 27.39 | 16.42 | 95.49 | - |
| YUV | 109.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 254 | 0.56 | 0.68 | 0 | 0.00 | 250.4 | 0.99 | 0.66 |
| Hex | 6F | 51 | FE | 38 | 44 | 0 | 0 | FA | 63 | 42 |
| Octal | 157 | 121 | 376 | 70 | 104 | 0 | 0 | 372 | 143 | 102 |
| Binary | 1101111 | 1010001 | 11111110 | 111000 | 1000100 | 0 | 0 | 11111010 | 1100011 | 1000010 |
Color Harmonies of #6F51FE
Complementary color
Monochromatic Colors of #6F51FE
Black with #6F51FE
Text Example
Text Example
White with #6F51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F51FE; }
p { color: rgb(111,81,254); }
H1.HeaderClassName
{
color: #6F51FE;
}
.AnyTagClassName
{
color: #6F51FE;
}
</style>
background-color css
<style>
a { background-color: #6F51FE; }
a { background-color: rgb(111,81,254); }
div.DivClassName
{
background-color: #6F51FE;
}
.BgClassName
{
background-color: #6F51FE;
}
</style>
border-color css
<style>
span { border-color: #6F51FE; }
span { border-color: rgb(111,81,254); }
td.TdClassName
{
border-color: #6F51FE;
}
.TagClassName
{
border-color: #6F51FE;
}
</style>