Shades of Medium Slate Blue #6F45FB
Tints of Medium Slate Blue #6F45FB
RGB
CMYK
RGB Variations
Color information
#6F45FB (or 0x6F45FB) is known color: Medium Slate Blue. HEX triplet: 6F, 45 and FB. RGB value is (111,69,251). Sum of RGB (Red+Green+Blue) = 111+69+251=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F45FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F45FB is #90BA04. Grayscale: #656565. Windows color (decimal): -9484805 or 16467311. OLE color: 16467311.
HSL color Cylindrical-coordinate representation of color #6F45FB: hue angle of 253.85º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F45FB is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 69 | 251 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.02 |
| HSL | 253.85º | 0.96% | 0.63% | - |
| HSV(B) | 253.85º | 0.73% | 0.98% | - |
| XYZ | 26.1 | 14.6 | 92.71 | - |
| YUV | 102.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 251 | 0.56 | 0.73 | 0 | 0.02 | 253.85 | 0.96 | 0.63 |
| Hex | 6F | 45 | FB | 38 | 49 | 0 | 2 | FE | 60 | 3F |
| Octal | 157 | 105 | 373 | 70 | 111 | 0 | 2 | 376 | 140 | 77 |
| Binary | 1101111 | 1000101 | 11111011 | 111000 | 1001001 | 0 | 10 | 11111110 | 1100000 | 111111 |
Color Harmonies of #6F45FB
Complementary color
Monochromatic Colors of #6F45FB
Black with #6F45FB
Text Example
Text Example
White with #6F45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F45FB; }
p { color: rgb(111,69,251); }
H1.HeaderClassName
{
color: #6F45FB;
}
.AnyTagClassName
{
color: #6F45FB;
}
</style>
background-color css
<style>
a { background-color: #6F45FB; }
a { background-color: rgb(111,69,251); }
div.DivClassName
{
background-color: #6F45FB;
}
.BgClassName
{
background-color: #6F45FB;
}
</style>
border-color css
<style>
span { border-color: #6F45FB; }
span { border-color: rgb(111,69,251); }
td.TdClassName
{
border-color: #6F45FB;
}
.TagClassName
{
border-color: #6F45FB;
}
</style>