Shades of Medium Slate Blue #6B76F6
Tints of Medium Slate Blue #6B76F6
RGB
CMYK
RGB Variations
Color information
#6B76F6 (or 0x6B76F6) is known color: Medium Slate Blue. HEX triplet: 6B, 76 and F6. RGB value is (107,118,246). Sum of RGB (Red+Green+Blue) = 107+118+246=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B76F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B76F6 is #948909. Grayscale: #808080. Windows color (decimal): -9734410 or 16152171. OLE color: 16152171.
HSL color Cylindrical-coordinate representation of color #6B76F6: hue angle of 235.25º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B76F6 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 118 | 246 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.04 |
| HSL | 235.25º | 0.89% | 0.69% | - |
| HSV(B) | 235.25º | 0.57% | 0.96% | - |
| XYZ | 29.18 | 22.74 | 90.04 | - |
| YUV | 129.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 246 | 0.57 | 0.52 | 0 | 0.04 | 235.25 | 0.89 | 0.69 |
| Hex | 6B | 76 | F6 | 39 | 34 | 0 | 4 | EB | 59 | 45 |
| Octal | 153 | 166 | 366 | 71 | 64 | 0 | 4 | 353 | 131 | 105 |
| Binary | 1101011 | 1110110 | 11110110 | 111001 | 110100 | 0 | 100 | 11101011 | 1011001 | 1000101 |
Color Harmonies of #6B76F6
Complementary color
Monochromatic Colors of #6B76F6
Black with #6B76F6
Text Example
Text Example
White with #6B76F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76F6; }
p { color: rgb(107,118,246); }
H1.HeaderClassName
{
color: #6B76F6;
}
.AnyTagClassName
{
color: #6B76F6;
}
</style>
background-color css
<style>
a { background-color: #6B76F6; }
a { background-color: rgb(107,118,246); }
div.DivClassName
{
background-color: #6B76F6;
}
.BgClassName
{
background-color: #6B76F6;
}
</style>
border-color css
<style>
span { border-color: #6B76F6; }
span { border-color: rgb(107,118,246); }
td.TdClassName
{
border-color: #6B76F6;
}
.TagClassName
{
border-color: #6B76F6;
}
</style>