Shades of Medium Slate Blue #6F57FE
Tints of Medium Slate Blue #6F57FE
RGB
CMYK
RGB Variations
Color information
#6F57FE (or 0x6F57FE) is known color: Medium Slate Blue. HEX triplet: 6F, 57 and FE. RGB value is (111,87,254). Sum of RGB (Red+Green+Blue) = 111+87+254=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F57FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F57FE is #90A801. Grayscale: #707070. Windows color (decimal): -9480194 or 16668527. OLE color: 16668527.
HSL color Cylindrical-coordinate representation of color #6F57FE: hue angle of 248.62º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F57FE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 87 | 254 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.00 |
| HSL | 248.62º | 0.99% | 0.67% | - |
| HSV(B) | 248.62º | 0.66% | 1% | - |
| XYZ | 27.85 | 17.35 | 95.65 | - |
| YUV | 113.21 | 207.45 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 254 | 0.56 | 0.66 | 0 | 0.00 | 248.62 | 0.99 | 0.67 |
| Hex | 6F | 57 | FE | 38 | 42 | 0 | 0 | F9 | 63 | 43 |
| Octal | 157 | 127 | 376 | 70 | 102 | 0 | 0 | 371 | 143 | 103 |
| Binary | 1101111 | 1010111 | 11111110 | 111000 | 1000010 | 0 | 0 | 11111001 | 1100011 | 1000011 |
Color Harmonies of #6F57FE
Complementary color
Monochromatic Colors of #6F57FE
Black with #6F57FE
Text Example
Text Example
White with #6F57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F57FE; }
p { color: rgb(111,87,254); }
H1.HeaderClassName
{
color: #6F57FE;
}
.AnyTagClassName
{
color: #6F57FE;
}
</style>
background-color css
<style>
a { background-color: #6F57FE; }
a { background-color: rgb(111,87,254); }
div.DivClassName
{
background-color: #6F57FE;
}
.BgClassName
{
background-color: #6F57FE;
}
</style>
border-color css
<style>
span { border-color: #6F57FE; }
span { border-color: rgb(111,87,254); }
td.TdClassName
{
border-color: #6F57FE;
}
.TagClassName
{
border-color: #6F57FE;
}
</style>