Shades of Medium Slate Blue #6876F8
Tints of Medium Slate Blue #6876F8
RGB
CMYK
RGB Variations
Color information
#6876F8 (or 0x6876F8) is known color: Medium Slate Blue. HEX triplet: 68, 76 and F8. RGB value is (104,118,248). Sum of RGB (Red+Green+Blue) = 104+118+248=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #6876F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876F8 is #978907. Grayscale: #808080. Windows color (decimal): -9931016 or 16283240. OLE color: 16283240.
HSL color Cylindrical-coordinate representation of color #6876F8: hue angle of 234.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6876F8 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 118 | 248 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.03 |
| HSL | 234.17º | 0.91% | 0.69% | - |
| HSV(B) | 234.17º | 0.58% | 0.97% | - |
| XYZ | 29.13 | 22.68 | 91.65 | - |
| YUV | 128.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 248 | 0.58 | 0.52 | 0 | 0.03 | 234.17 | 0.91 | 0.69 |
| Hex | 68 | 76 | F8 | 3A | 34 | 0 | 3 | EA | 5B | 45 |
| Octal | 150 | 166 | 370 | 72 | 64 | 0 | 3 | 352 | 133 | 105 |
| Binary | 1101000 | 1110110 | 11111000 | 111010 | 110100 | 0 | 11 | 11101010 | 1011011 | 1000101 |
Color Harmonies of #6876F8
Complementary color
Monochromatic Colors of #6876F8
Black with #6876F8
Text Example
Text Example
White with #6876F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876F8; }
p { color: rgb(104,118,248); }
H1.HeaderClassName
{
color: #6876F8;
}
.AnyTagClassName
{
color: #6876F8;
}
</style>
background-color css
<style>
a { background-color: #6876F8; }
a { background-color: rgb(104,118,248); }
div.DivClassName
{
background-color: #6876F8;
}
.BgClassName
{
background-color: #6876F8;
}
</style>
border-color css
<style>
span { border-color: #6876F8; }
span { border-color: rgb(104,118,248); }
td.TdClassName
{
border-color: #6876F8;
}
.TagClassName
{
border-color: #6876F8;
}
</style>