Shades of Medium Slate Blue #6F76FA
Tints of Medium Slate Blue #6F76FA
RGB
CMYK
RGB Variations
Color information
#6F76FA (or 0x6F76FA) is known color: Medium Slate Blue. HEX triplet: 6F, 76 and FA. RGB value is (111,118,250). Sum of RGB (Red+Green+Blue) = 111+118+250=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F76FA is #908905. Grayscale: #828282. Windows color (decimal): -9472262 or 16414319. OLE color: 16414319.
HSL color Cylindrical-coordinate representation of color #6F76FA: hue angle of 236.98º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F76FA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 118 | 250 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.02 |
| HSL | 236.98º | 0.93% | 0.71% | - |
| HSV(B) | 236.98º | 0.56% | 0.98% | - |
| XYZ | 30.29 | 23.24 | 93.33 | - |
| YUV | 130.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 250 | 0.56 | 0.53 | 0 | 0.02 | 236.98 | 0.93 | 0.71 |
| Hex | 6F | 76 | FA | 38 | 35 | 0 | 2 | ED | 5D | 47 |
| Octal | 157 | 166 | 372 | 70 | 65 | 0 | 2 | 355 | 135 | 107 |
| Binary | 1101111 | 1110110 | 11111010 | 111000 | 110101 | 0 | 10 | 11101101 | 1011101 | 1000111 |
Color Harmonies of #6F76FA
Complementary color
Monochromatic Colors of #6F76FA
Black with #6F76FA
Text Example
Text Example
White with #6F76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F76FA; }
p { color: rgb(111,118,250); }
H1.HeaderClassName
{
color: #6F76FA;
}
.AnyTagClassName
{
color: #6F76FA;
}
</style>
background-color css
<style>
a { background-color: #6F76FA; }
a { background-color: rgb(111,118,250); }
div.DivClassName
{
background-color: #6F76FA;
}
.BgClassName
{
background-color: #6F76FA;
}
</style>
border-color css
<style>
span { border-color: #6F76FA; }
span { border-color: rgb(111,118,250); }
td.TdClassName
{
border-color: #6F76FA;
}
.TagClassName
{
border-color: #6F76FA;
}
</style>