Shades of Medium Slate Blue #6B76FA
Tints of Medium Slate Blue #6B76FA
RGB
CMYK
RGB Variations
Color information
#6B76FA (or 0x6B76FA) is known color: Medium Slate Blue. HEX triplet: 6B, 76 and FA. RGB value is (107,118,250). Sum of RGB (Red+Green+Blue) = 107+118+250=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B76FA is #948905. Grayscale: #818181. Windows color (decimal): -9734406 or 16414315. OLE color: 16414315.
HSL color Cylindrical-coordinate representation of color #6B76FA: hue angle of 235.38º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B76FA is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 118 | 250 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.02 |
| HSL | 235.38º | 0.93% | 0.7% | - |
| HSV(B) | 235.38º | 0.57% | 0.98% | - |
| XYZ | 29.8 | 22.98 | 93.31 | - |
| YUV | 129.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 250 | 0.57 | 0.53 | 0 | 0.02 | 235.38 | 0.93 | 0.7 |
| Hex | 6B | 76 | FA | 39 | 35 | 0 | 2 | EB | 5D | 46 |
| Octal | 153 | 166 | 372 | 71 | 65 | 0 | 2 | 353 | 135 | 106 |
| Binary | 1101011 | 1110110 | 11111010 | 111001 | 110101 | 0 | 10 | 11101011 | 1011101 | 1000110 |
Color Harmonies of #6B76FA
Complementary color
Monochromatic Colors of #6B76FA
Black with #6B76FA
Text Example
Text Example
White with #6B76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76FA; }
p { color: rgb(107,118,250); }
H1.HeaderClassName
{
color: #6B76FA;
}
.AnyTagClassName
{
color: #6B76FA;
}
</style>
background-color css
<style>
a { background-color: #6B76FA; }
a { background-color: rgb(107,118,250); }
div.DivClassName
{
background-color: #6B76FA;
}
.BgClassName
{
background-color: #6B76FA;
}
</style>
border-color css
<style>
span { border-color: #6B76FA; }
span { border-color: rgb(107,118,250); }
td.TdClassName
{
border-color: #6B76FA;
}
.TagClassName
{
border-color: #6B76FA;
}
</style>