Shades of Medium Slate Blue #6F6AF2
Tints of Medium Slate Blue #6F6AF2
RGB
CMYK
RGB Variations
Color information
#6F6AF2 (or 0x6F6AF2) is known color: Medium Slate Blue. HEX triplet: 6F, 6A and F2. RGB value is (111,106,242). Sum of RGB (Red+Green+Blue) = 111+106+242=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F6AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6AF2 is #90950D. Grayscale: #7A7A7A. Windows color (decimal): -9475342 or 15886959. OLE color: 15886959.
HSL color Cylindrical-coordinate representation of color #6F6AF2: hue angle of 242.21º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6AF2 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 106 | 242 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.05 |
| HSL | 242.21º | 0.84% | 0.68% | - |
| HSV(B) | 242.21º | 0.56% | 0.95% | - |
| XYZ | 27.74 | 20.1 | 86.42 | - |
| YUV | 123 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 242 | 0.54 | 0.56 | 0 | 0.05 | 242.21 | 0.84 | 0.68 |
| Hex | 6F | 6A | F2 | 36 | 38 | 0 | 5 | F2 | 54 | 44 |
| Octal | 157 | 152 | 362 | 66 | 70 | 0 | 5 | 362 | 124 | 104 |
| Binary | 1101111 | 1101010 | 11110010 | 110110 | 111000 | 0 | 101 | 11110010 | 1010100 | 1000100 |
Color Harmonies of #6F6AF2
Complementary color
Monochromatic Colors of #6F6AF2
Black with #6F6AF2
Text Example
Text Example
White with #6F6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6AF2; }
p { color: rgb(111,106,242); }
H1.HeaderClassName
{
color: #6F6AF2;
}
.AnyTagClassName
{
color: #6F6AF2;
}
</style>
background-color css
<style>
a { background-color: #6F6AF2; }
a { background-color: rgb(111,106,242); }
div.DivClassName
{
background-color: #6F6AF2;
}
.BgClassName
{
background-color: #6F6AF2;
}
</style>
border-color css
<style>
span { border-color: #6F6AF2; }
span { border-color: rgb(111,106,242); }
td.TdClassName
{
border-color: #6F6AF2;
}
.TagClassName
{
border-color: #6F6AF2;
}
</style>