Shades of Medium Slate Blue #6F68F9
Tints of Medium Slate Blue #6F68F9
RGB
CMYK
RGB Variations
Color information
#6F68F9 (or 0x6F68F9) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and F9. RGB value is (111,104,249). Sum of RGB (Red+Green+Blue) = 111+104+249=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F68F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68F9 is #909706. Grayscale: #7A7A7A. Windows color (decimal): -9475847 or 16345199. OLE color: 16345199.
HSL color Cylindrical-coordinate representation of color #6F68F9: hue angle of 242.9º degrees, saturation: 0.92, 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 #6F68F9 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 104 | 249 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.02 |
| HSL | 242.9º | 0.92% | 0.69% | - |
| HSV(B) | 242.9º | 0.58% | 0.98% | - |
| XYZ | 28.6 | 20.12 | 92 | - |
| YUV | 122.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 249 | 0.55 | 0.58 | 0 | 0.02 | 242.9 | 0.92 | 0.69 |
| Hex | 6F | 68 | F9 | 37 | 3A | 0 | 2 | F3 | 5C | 45 |
| Octal | 157 | 150 | 371 | 67 | 72 | 0 | 2 | 363 | 134 | 105 |
| Binary | 1101111 | 1101000 | 11111001 | 110111 | 111010 | 0 | 10 | 11110011 | 1011100 | 1000101 |
Color Harmonies of #6F68F9
Complementary color
Monochromatic Colors of #6F68F9
Black with #6F68F9
Text Example
Text Example
White with #6F68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68F9; }
p { color: rgb(111,104,249); }
H1.HeaderClassName
{
color: #6F68F9;
}
.AnyTagClassName
{
color: #6F68F9;
}
</style>
background-color css
<style>
a { background-color: #6F68F9; }
a { background-color: rgb(111,104,249); }
div.DivClassName
{
background-color: #6F68F9;
}
.BgClassName
{
background-color: #6F68F9;
}
</style>
border-color css
<style>
span { border-color: #6F68F9; }
span { border-color: rgb(111,104,249); }
td.TdClassName
{
border-color: #6F68F9;
}
.TagClassName
{
border-color: #6F68F9;
}
</style>