Shades of Medium Slate Blue #6F60FC
Tints of Medium Slate Blue #6F60FC
RGB
CMYK
RGB Variations
Color information
#6F60FC (or 0x6F60FC) is known color: Medium Slate Blue. HEX triplet: 6F, 60 and FC. RGB value is (111,96,252). Sum of RGB (Red+Green+Blue) = 111+96+252=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F60FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F60FC is #909F03. Grayscale: #757575. Windows color (decimal): -9477892 or 16539759. OLE color: 16539759.
HSL color Cylindrical-coordinate representation of color #6F60FC: hue angle of 245.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F60FC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 96 | 252 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.01 |
| HSL | 245.77º | 0.96% | 0.68% | - |
| HSV(B) | 245.77º | 0.62% | 0.99% | - |
| XYZ | 28.31 | 18.77 | 94.23 | - |
| YUV | 118.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 252 | 0.56 | 0.62 | 0 | 0.01 | 245.77 | 0.96 | 0.68 |
| Hex | 6F | 60 | FC | 38 | 3E | 0 | 1 | F6 | 60 | 44 |
| Octal | 157 | 140 | 374 | 70 | 76 | 0 | 1 | 366 | 140 | 104 |
| Binary | 1101111 | 1100000 | 11111100 | 111000 | 111110 | 0 | 1 | 11110110 | 1100000 | 1000100 |
Color Harmonies of #6F60FC
Complementary color
Monochromatic Colors of #6F60FC
Black with #6F60FC
Text Example
Text Example
White with #6F60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60FC; }
p { color: rgb(111,96,252); }
H1.HeaderClassName
{
color: #6F60FC;
}
.AnyTagClassName
{
color: #6F60FC;
}
</style>
background-color css
<style>
a { background-color: #6F60FC; }
a { background-color: rgb(111,96,252); }
div.DivClassName
{
background-color: #6F60FC;
}
.BgClassName
{
background-color: #6F60FC;
}
</style>
border-color css
<style>
span { border-color: #6F60FC; }
span { border-color: rgb(111,96,252); }
td.TdClassName
{
border-color: #6F60FC;
}
.TagClassName
{
border-color: #6F60FC;
}
</style>