Shades of Medium Slate Blue #6F7AF8
Tints of Medium Slate Blue #6F7AF8
RGB
CMYK
RGB Variations
Color information
#6F7AF8 (or 0x6F7AF8) is known color: Medium Slate Blue. HEX triplet: 6F, 7A and F8. RGB value is (111,122,248). Sum of RGB (Red+Green+Blue) = 111+122+248=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F7AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AF8 is #908507. Grayscale: #848484. Windows color (decimal): -9471240 or 16284271. OLE color: 16284271.
HSL color Cylindrical-coordinate representation of color #6F7AF8: hue angle of 235.18º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F7AF8 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 122 | 248 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.03 |
| HSL | 235.18º | 0.91% | 0.7% | - |
| HSV(B) | 235.18º | 0.55% | 0.97% | - |
| XYZ | 30.46 | 24.08 | 91.85 | - |
| YUV | 133.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 248 | 0.55 | 0.51 | 0 | 0.03 | 235.18 | 0.91 | 0.7 |
| Hex | 6F | 7A | F8 | 37 | 33 | 0 | 3 | EB | 5B | 46 |
| Octal | 157 | 172 | 370 | 67 | 63 | 0 | 3 | 353 | 133 | 106 |
| Binary | 1101111 | 1111010 | 11111000 | 110111 | 110011 | 0 | 11 | 11101011 | 1011011 | 1000110 |
Color Harmonies of #6F7AF8
Complementary color
Monochromatic Colors of #6F7AF8
Black with #6F7AF8
Text Example
Text Example
White with #6F7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7AF8; }
p { color: rgb(111,122,248); }
H1.HeaderClassName
{
color: #6F7AF8;
}
.AnyTagClassName
{
color: #6F7AF8;
}
</style>
background-color css
<style>
a { background-color: #6F7AF8; }
a { background-color: rgb(111,122,248); }
div.DivClassName
{
background-color: #6F7AF8;
}
.BgClassName
{
background-color: #6F7AF8;
}
</style>
border-color css
<style>
span { border-color: #6F7AF8; }
span { border-color: rgb(111,122,248); }
td.TdClassName
{
border-color: #6F7AF8;
}
.TagClassName
{
border-color: #6F7AF8;
}
</style>