Shades of Medium Slate Blue #6F4BFE
Tints of Medium Slate Blue #6F4BFE
RGB
CMYK
RGB Variations
Color information
#6F4BFE (or 0x6F4BFE) is known color: Medium Slate Blue. HEX triplet: 6F, 4B and FE. RGB value is (111,75,254). Sum of RGB (Red+Green+Blue) = 111+75+254=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F4BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4BFE is #90B401. Grayscale: #696969. Windows color (decimal): -9483266 or 16665455. OLE color: 16665455.
HSL color Cylindrical-coordinate representation of color #6F4BFE: hue angle of 252.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F4BFE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 75 | 254 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.00 |
| HSL | 252.07º | 0.99% | 0.65% | - |
| HSV(B) | 252.07º | 0.7% | 1% | - |
| XYZ | 26.96 | 15.57 | 95.35 | - |
| YUV | 106.17 | 211.43 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 254 | 0.56 | 0.70 | 0 | 0.00 | 252.07 | 0.99 | 0.65 |
| Hex | 6F | 4B | FE | 38 | 46 | 0 | 0 | FC | 63 | 41 |
| Octal | 157 | 113 | 376 | 70 | 106 | 0 | 0 | 374 | 143 | 101 |
| Binary | 1101111 | 1001011 | 11111110 | 111000 | 1000110 | 0 | 0 | 11111100 | 1100011 | 1000001 |
Color Harmonies of #6F4BFE
Complementary color
Monochromatic Colors of #6F4BFE
Black with #6F4BFE
Text Example
Text Example
White with #6F4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BFE; }
p { color: rgb(111,75,254); }
H1.HeaderClassName
{
color: #6F4BFE;
}
.AnyTagClassName
{
color: #6F4BFE;
}
</style>
background-color css
<style>
a { background-color: #6F4BFE; }
a { background-color: rgb(111,75,254); }
div.DivClassName
{
background-color: #6F4BFE;
}
.BgClassName
{
background-color: #6F4BFE;
}
</style>
border-color css
<style>
span { border-color: #6F4BFE; }
span { border-color: rgb(111,75,254); }
td.TdClassName
{
border-color: #6F4BFE;
}
.TagClassName
{
border-color: #6F4BFE;
}
</style>