Shades of Medium Slate Blue #6F69F9
Tints of Medium Slate Blue #6F69F9
RGB
CMYK
RGB Variations
Color information
#6F69F9 (or 0x6F69F9) is known color: Medium Slate Blue. HEX triplet: 6F, 69 and F9. RGB value is (111,105,249). Sum of RGB (Red+Green+Blue) = 111+105+249=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F69F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F69F9 is #909606. Grayscale: #7A7A7A. Windows color (decimal): -9475591 or 16345455. OLE color: 16345455.
HSL color Cylindrical-coordinate representation of color #6F69F9: hue angle of 242.5º 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 #6F69F9 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 105 | 249 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.02 |
| HSL | 242.5º | 0.92% | 0.69% | - |
| HSV(B) | 242.5º | 0.58% | 0.98% | - |
| XYZ | 28.71 | 20.32 | 92.03 | - |
| YUV | 123.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 249 | 0.55 | 0.58 | 0 | 0.02 | 242.5 | 0.92 | 0.69 |
| Hex | 6F | 69 | F9 | 37 | 3A | 0 | 2 | F2 | 5C | 45 |
| Octal | 157 | 151 | 371 | 67 | 72 | 0 | 2 | 362 | 134 | 105 |
| Binary | 1101111 | 1101001 | 11111001 | 110111 | 111010 | 0 | 10 | 11110010 | 1011100 | 1000101 |
Color Harmonies of #6F69F9
Complementary color
Monochromatic Colors of #6F69F9
Black with #6F69F9
Text Example
Text Example
White with #6F69F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69F9; }
p { color: rgb(111,105,249); }
H1.HeaderClassName
{
color: #6F69F9;
}
.AnyTagClassName
{
color: #6F69F9;
}
</style>
background-color css
<style>
a { background-color: #6F69F9; }
a { background-color: rgb(111,105,249); }
div.DivClassName
{
background-color: #6F69F9;
}
.BgClassName
{
background-color: #6F69F9;
}
</style>
border-color css
<style>
span { border-color: #6F69F9; }
span { border-color: rgb(111,105,249); }
td.TdClassName
{
border-color: #6F69F9;
}
.TagClassName
{
border-color: #6F69F9;
}
</style>