Shades of Medium Slate Blue #6876F9
Tints of Medium Slate Blue #6876F9
RGB
CMYK
RGB Variations
Color information
#6876F9 (or 0x6876F9) is known color: Medium Slate Blue. HEX triplet: 68, 76 and F9. RGB value is (104,118,249). Sum of RGB (Red+Green+Blue) = 104+118+249=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #6876F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876F9 is #978906. Grayscale: #808080. Windows color (decimal): -9931015 or 16348776. OLE color: 16348776.
HSL color Cylindrical-coordinate representation of color #6876F9: hue angle of 234.21º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6876F9 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 118 | 249 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.02 |
| HSL | 234.21º | 0.92% | 0.69% | - |
| HSV(B) | 234.21º | 0.58% | 0.98% | - |
| XYZ | 29.29 | 22.74 | 92.47 | - |
| YUV | 128.75 | 195.86 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 249 | 0.58 | 0.53 | 0 | 0.02 | 234.21 | 0.92 | 0.69 |
| Hex | 68 | 76 | F9 | 3A | 35 | 0 | 2 | EA | 5C | 45 |
| Octal | 150 | 166 | 371 | 72 | 65 | 0 | 2 | 352 | 134 | 105 |
| Binary | 1101000 | 1110110 | 11111001 | 111010 | 110101 | 0 | 10 | 11101010 | 1011100 | 1000101 |
Color Harmonies of #6876F9
Complementary color
Monochromatic Colors of #6876F9
Black with #6876F9
Text Example
Text Example
White with #6876F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876F9; }
p { color: rgb(104,118,249); }
H1.HeaderClassName
{
color: #6876F9;
}
.AnyTagClassName
{
color: #6876F9;
}
</style>
background-color css
<style>
a { background-color: #6876F9; }
a { background-color: rgb(104,118,249); }
div.DivClassName
{
background-color: #6876F9;
}
.BgClassName
{
background-color: #6876F9;
}
</style>
border-color css
<style>
span { border-color: #6876F9; }
span { border-color: rgb(104,118,249); }
td.TdClassName
{
border-color: #6876F9;
}
.TagClassName
{
border-color: #6876F9;
}
</style>