Shades of Medium Slate Blue #6F61FE
Tints of Medium Slate Blue #6F61FE
RGB
CMYK
RGB Variations
Color information
#6F61FE (or 0x6F61FE) is known color: Medium Slate Blue. HEX triplet: 6F, 61 and FE. RGB value is (111,97,254). Sum of RGB (Red+Green+Blue) = 111+97+254=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F61FE is #909E01. Grayscale: #767676. Windows color (decimal): -9477634 or 16671087. OLE color: 16671087.
HSL color Cylindrical-coordinate representation of color #6F61FE: hue angle of 245.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F61FE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 97 | 254 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.00 |
| HSL | 245.35º | 0.99% | 0.69% | - |
| HSV(B) | 245.35º | 0.62% | 1% | - |
| XYZ | 28.72 | 19.08 | 95.94 | - |
| YUV | 119.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 254 | 0.56 | 0.62 | 0 | 0.00 | 245.35 | 0.99 | 0.69 |
| Hex | 6F | 61 | FE | 38 | 3E | 0 | 0 | F5 | 63 | 45 |
| Octal | 157 | 141 | 376 | 70 | 76 | 0 | 0 | 365 | 143 | 105 |
| Binary | 1101111 | 1100001 | 11111110 | 111000 | 111110 | 0 | 0 | 11110101 | 1100011 | 1000101 |
Color Harmonies of #6F61FE
Complementary color
Monochromatic Colors of #6F61FE
Black with #6F61FE
Text Example
Text Example
White with #6F61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61FE; }
p { color: rgb(111,97,254); }
H1.HeaderClassName
{
color: #6F61FE;
}
.AnyTagClassName
{
color: #6F61FE;
}
</style>
background-color css
<style>
a { background-color: #6F61FE; }
a { background-color: rgb(111,97,254); }
div.DivClassName
{
background-color: #6F61FE;
}
.BgClassName
{
background-color: #6F61FE;
}
</style>
border-color css
<style>
span { border-color: #6F61FE; }
span { border-color: rgb(111,97,254); }
td.TdClassName
{
border-color: #6F61FE;
}
.TagClassName
{
border-color: #6F61FE;
}
</style>