Shades of Medium Slate Blue #6F61FF
Tints of Medium Slate Blue #6F61FF
RGB
CMYK
RGB Variations
Color information
#6F61FF (or 0x6F61FF) is known color: Medium Slate Blue. HEX triplet: 6F, 61 and FF. RGB value is (111,97,255). Sum of RGB (Red+Green+Blue) = 111+97+255=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F61FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F61FF is #909E00. Grayscale: #767676. Windows color (decimal): -9477633 or 16736623. OLE color: 16736623.
HSL color Cylindrical-coordinate representation of color #6F61FF: hue angle of 245.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F61FF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 97 | 255 | - |
| CMYK | 0.56 | 0.62 | 0 | 0 |
| HSL | 245.32º | 1% | 0.69% | - |
| HSV(B) | 245.32º | 0.62% | 1% | - |
| XYZ | 28.88 | 19.15 | 96.78 | - |
| YUV | 119.2 | 204.64 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 255 | 0.56 | 0.62 | 0 | 0 | 245.32 | 1 | 0.69 |
| Hex | 6F | 61 | FF | 38 | 3E | 0 | 0 | F5 | 64 | 45 |
| Octal | 157 | 141 | 377 | 70 | 76 | 0 | 0 | 365 | 144 | 105 |
| Binary | 1101111 | 1100001 | 11111111 | 111000 | 111110 | 0 | 0 | 11110101 | 1100100 | 1000101 |
Color Harmonies of #6F61FF
Complementary color
Monochromatic Colors of #6F61FF
Black with #6F61FF
Text Example
Text Example
White with #6F61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61FF; }
p { color: rgb(111,97,255); }
H1.HeaderClassName
{
color: #6F61FF;
}
.AnyTagClassName
{
color: #6F61FF;
}
</style>
background-color css
<style>
a { background-color: #6F61FF; }
a { background-color: rgb(111,97,255); }
div.DivClassName
{
background-color: #6F61FF;
}
.BgClassName
{
background-color: #6F61FF;
}
</style>
border-color css
<style>
span { border-color: #6F61FF; }
span { border-color: rgb(111,97,255); }
td.TdClassName
{
border-color: #6F61FF;
}
.TagClassName
{
border-color: #6F61FF;
}
</style>