Shades of Medium Slate Blue #6F71EA
Tints of Medium Slate Blue #6F71EA
RGB
CMYK
RGB Variations
Color information
#6F71EA (or 0x6F71EA) is known color: Medium Slate Blue. HEX triplet: 6F, 71 and EA. RGB value is (111,113,234). Sum of RGB (Red+Green+Blue) = 111+113+234=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F71EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F71EA is #908E15. Grayscale: #7D7D7D. Windows color (decimal): -9473558 or 15364463. OLE color: 15364463.
HSL color Cylindrical-coordinate representation of color #6F71EA: hue angle of 239.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F71EA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 113 | 234 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.08 |
| HSL | 239.02º | 0.75% | 0.68% | - |
| HSV(B) | 239.02º | 0.53% | 0.92% | - |
| XYZ | 27.31 | 21.13 | 80.48 | - |
| YUV | 126.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 234 | 0.53 | 0.52 | 0 | 0.08 | 239.02 | 0.75 | 0.68 |
| Hex | 6F | 71 | EA | 35 | 34 | 0 | 8 | EF | 4B | 44 |
| Octal | 157 | 161 | 352 | 65 | 64 | 0 | 10 | 357 | 113 | 104 |
| Binary | 1101111 | 1110001 | 11101010 | 110101 | 110100 | 0 | 1000 | 11101111 | 1001011 | 1000100 |
Color Harmonies of #6F71EA
Complementary color
Monochromatic Colors of #6F71EA
Black with #6F71EA
Text Example
Text Example
White with #6F71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71EA; }
p { color: rgb(111,113,234); }
H1.HeaderClassName
{
color: #6F71EA;
}
.AnyTagClassName
{
color: #6F71EA;
}
</style>
background-color css
<style>
a { background-color: #6F71EA; }
a { background-color: rgb(111,113,234); }
div.DivClassName
{
background-color: #6F71EA;
}
.BgClassName
{
background-color: #6F71EA;
}
</style>
border-color css
<style>
span { border-color: #6F71EA; }
span { border-color: rgb(111,113,234); }
td.TdClassName
{
border-color: #6F71EA;
}
.TagClassName
{
border-color: #6F71EA;
}
</style>