Shades of Medium Slate Blue #6872F6
Tints of Medium Slate Blue #6872F6
RGB
CMYK
RGB Variations
Color information
#6872F6 (or 0x6872F6) is known color: Medium Slate Blue. HEX triplet: 68, 72 and F6. RGB value is (104,114,246). Sum of RGB (Red+Green+Blue) = 104+114+246=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #6872F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6872F6 is #978D09. Grayscale: #7D7D7D. Windows color (decimal): -9932042 or 16151144. OLE color: 16151144.
HSL color Cylindrical-coordinate representation of color #6872F6: hue angle of 235.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6872F6 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 114 | 246 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.04 |
| HSL | 235.77º | 0.89% | 0.69% | - |
| HSV(B) | 235.77º | 0.58% | 0.96% | - |
| XYZ | 28.36 | 21.63 | 89.87 | - |
| YUV | 126.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 246 | 0.58 | 0.54 | 0 | 0.04 | 235.77 | 0.89 | 0.69 |
| Hex | 68 | 72 | F6 | 3A | 36 | 0 | 4 | EC | 59 | 45 |
| Octal | 150 | 162 | 366 | 72 | 66 | 0 | 4 | 354 | 131 | 105 |
| Binary | 1101000 | 1110010 | 11110110 | 111010 | 110110 | 0 | 100 | 11101100 | 1011001 | 1000101 |
Color Harmonies of #6872F6
Complementary color
Monochromatic Colors of #6872F6
Black with #6872F6
Text Example
Text Example
White with #6872F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6872F6; }
p { color: rgb(104,114,246); }
H1.HeaderClassName
{
color: #6872F6;
}
.AnyTagClassName
{
color: #6872F6;
}
</style>
background-color css
<style>
a { background-color: #6872F6; }
a { background-color: rgb(104,114,246); }
div.DivClassName
{
background-color: #6872F6;
}
.BgClassName
{
background-color: #6872F6;
}
</style>
border-color css
<style>
span { border-color: #6872F6; }
span { border-color: rgb(104,114,246); }
td.TdClassName
{
border-color: #6872F6;
}
.TagClassName
{
border-color: #6872F6;
}
</style>