Shades of Medium Slate Blue #6F68FA
Tints of Medium Slate Blue #6F68FA
RGB
CMYK
RGB Variations
Color information
#6F68FA (or 0x6F68FA) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and FA. RGB value is (111,104,250). Sum of RGB (Red+Green+Blue) = 111+104+250=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FA is #909705. Grayscale: #7A7A7A. Windows color (decimal): -9475846 or 16410735. OLE color: 16410735.
HSL color Cylindrical-coordinate representation of color #6F68FA: hue angle of 242.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F68FA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 104 | 250 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.02 |
| HSL | 242.88º | 0.94% | 0.69% | - |
| HSV(B) | 242.88º | 0.58% | 0.98% | - |
| XYZ | 28.76 | 20.18 | 92.82 | - |
| YUV | 122.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 250 | 0.56 | 0.58 | 0 | 0.02 | 242.88 | 0.94 | 0.69 |
| Hex | 6F | 68 | FA | 38 | 3A | 0 | 2 | F3 | 5E | 45 |
| Octal | 157 | 150 | 372 | 70 | 72 | 0 | 2 | 363 | 136 | 105 |
| Binary | 1101111 | 1101000 | 11111010 | 111000 | 111010 | 0 | 10 | 11110011 | 1011110 | 1000101 |
Color Harmonies of #6F68FA
Complementary color
Monochromatic Colors of #6F68FA
Black with #6F68FA
Text Example
Text Example
White with #6F68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68FA; }
p { color: rgb(111,104,250); }
H1.HeaderClassName
{
color: #6F68FA;
}
.AnyTagClassName
{
color: #6F68FA;
}
</style>
background-color css
<style>
a { background-color: #6F68FA; }
a { background-color: rgb(111,104,250); }
div.DivClassName
{
background-color: #6F68FA;
}
.BgClassName
{
background-color: #6F68FA;
}
</style>
border-color css
<style>
span { border-color: #6F68FA; }
span { border-color: rgb(111,104,250); }
td.TdClassName
{
border-color: #6F68FA;
}
.TagClassName
{
border-color: #6F68FA;
}
</style>