Shades of Medium Slate Blue #6B76EF
Tints of Medium Slate Blue #6B76EF
RGB
CMYK
RGB Variations
Color information
#6B76EF (or 0x6B76EF) is known color: Medium Slate Blue. HEX triplet: 6B, 76 and EF. RGB value is (107,118,239). Sum of RGB (Red+Green+Blue) = 107+118+239=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B76EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B76EF is #948910. Grayscale: #808080. Windows color (decimal): -9734417 or 15693419. OLE color: 15693419.
HSL color Cylindrical-coordinate representation of color #6B76EF: hue angle of 235º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B76EF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 118 | 239 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.06 |
| HSL | 235º | 0.8% | 0.68% | - |
| HSV(B) | 235º | 0.55% | 0.94% | - |
| XYZ | 28.12 | 22.31 | 84.49 | - |
| YUV | 128.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 239 | 0.55 | 0.51 | 0 | 0.06 | 235 | 0.8 | 0.68 |
| Hex | 6B | 76 | EF | 37 | 33 | 0 | 6 | EB | 50 | 44 |
| Octal | 153 | 166 | 357 | 67 | 63 | 0 | 6 | 353 | 120 | 104 |
| Binary | 1101011 | 1110110 | 11101111 | 110111 | 110011 | 0 | 110 | 11101011 | 1010000 | 1000100 |
Color Harmonies of #6B76EF
Complementary color
Monochromatic Colors of #6B76EF
Black with #6B76EF
Text Example
Text Example
White with #6B76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76EF; }
p { color: rgb(107,118,239); }
H1.HeaderClassName
{
color: #6B76EF;
}
.AnyTagClassName
{
color: #6B76EF;
}
</style>
background-color css
<style>
a { background-color: #6B76EF; }
a { background-color: rgb(107,118,239); }
div.DivClassName
{
background-color: #6B76EF;
}
.BgClassName
{
background-color: #6B76EF;
}
</style>
border-color css
<style>
span { border-color: #6B76EF; }
span { border-color: rgb(107,118,239); }
td.TdClassName
{
border-color: #6B76EF;
}
.TagClassName
{
border-color: #6B76EF;
}
</style>