Shades of Medium Slate Blue #6F6FFA
Tints of Medium Slate Blue #6F6FFA
RGB
CMYK
RGB Variations
Color information
#6F6FFA (or 0x6F6FFA) is known color: Medium Slate Blue. HEX triplet: 6F, 6F and FA. RGB value is (111,111,250). Sum of RGB (Red+Green+Blue) = 111+111+250=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6FFA is #909005. Grayscale: #7E7E7E. Windows color (decimal): -9474054 or 16412527. OLE color: 16412527.
HSL color Cylindrical-coordinate representation of color #6F6FFA: hue angle of 240º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6FFA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 111 | 250 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.71% | - |
| HSV(B) | 240º | 0.56% | 0.98% | - |
| XYZ | 29.5 | 21.65 | 93.07 | - |
| YUV | 126.85 | 197.5 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 250 | 0.56 | 0.56 | 0 | 0.02 | 240 | 0.93 | 0.71 |
| Hex | 6F | 6F | FA | 38 | 38 | 0 | 2 | F0 | 5D | 47 |
| Octal | 157 | 157 | 372 | 70 | 70 | 0 | 2 | 360 | 135 | 107 |
| Binary | 1101111 | 1101111 | 11111010 | 111000 | 111000 | 0 | 10 | 11110000 | 1011101 | 1000111 |
Color Harmonies of #6F6FFA
Complementary color
Monochromatic Colors of #6F6FFA
Black with #6F6FFA
Text Example
Text Example
White with #6F6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6FFA; }
p { color: rgb(111,111,250); }
H1.HeaderClassName
{
color: #6F6FFA;
}
.AnyTagClassName
{
color: #6F6FFA;
}
</style>
background-color css
<style>
a { background-color: #6F6FFA; }
a { background-color: rgb(111,111,250); }
div.DivClassName
{
background-color: #6F6FFA;
}
.BgClassName
{
background-color: #6F6FFA;
}
</style>
border-color css
<style>
span { border-color: #6F6FFA; }
span { border-color: rgb(111,111,250); }
td.TdClassName
{
border-color: #6F6FFA;
}
.TagClassName
{
border-color: #6F6FFA;
}
</style>