Shades of Medium Slate Blue #6F7AF2
Tints of Medium Slate Blue #6F7AF2
RGB
CMYK
RGB Variations
Color information
#6F7AF2 (or 0x6F7AF2) is known color: Medium Slate Blue. HEX triplet: 6F, 7A and F2. RGB value is (111,122,242). Sum of RGB (Red+Green+Blue) = 111+122+242=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F7AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AF2 is #90850D. Grayscale: #838383. Windows color (decimal): -9471246 or 15891055. OLE color: 15891055.
HSL color Cylindrical-coordinate representation of color #6F7AF2: hue angle of 234.96º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F7AF2 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 122 | 242 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.05 |
| HSL | 234.96º | 0.83% | 0.69% | - |
| HSV(B) | 234.96º | 0.54% | 0.95% | - |
| XYZ | 29.54 | 23.71 | 87.02 | - |
| YUV | 132.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 242 | 0.54 | 0.50 | 0 | 0.05 | 234.96 | 0.83 | 0.69 |
| Hex | 6F | 7A | F2 | 36 | 32 | 0 | 5 | EB | 53 | 45 |
| Octal | 157 | 172 | 362 | 66 | 62 | 0 | 5 | 353 | 123 | 105 |
| Binary | 1101111 | 1111010 | 11110010 | 110110 | 110010 | 0 | 101 | 11101011 | 1010011 | 1000101 |
Color Harmonies of #6F7AF2
Complementary color
Monochromatic Colors of #6F7AF2
Black with #6F7AF2
Text Example
Text Example
White with #6F7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7AF2; }
p { color: rgb(111,122,242); }
H1.HeaderClassName
{
color: #6F7AF2;
}
.AnyTagClassName
{
color: #6F7AF2;
}
</style>
background-color css
<style>
a { background-color: #6F7AF2; }
a { background-color: rgb(111,122,242); }
div.DivClassName
{
background-color: #6F7AF2;
}
.BgClassName
{
background-color: #6F7AF2;
}
</style>
border-color css
<style>
span { border-color: #6F7AF2; }
span { border-color: rgb(111,122,242); }
td.TdClassName
{
border-color: #6F7AF2;
}
.TagClassName
{
border-color: #6F7AF2;
}
</style>