Shades of Medium Slate Blue #6872FF
Tints of Medium Slate Blue #6872FF
RGB
CMYK
RGB Variations
Color information
#6872FF (or 0x6872FF) is known color: Medium Slate Blue. HEX triplet: 68, 72 and FF. RGB value is (104,114,255). Sum of RGB (Red+Green+Blue) = 104+114+255=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #6872FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6872FF is #978D00. Grayscale: #7E7E7E. Windows color (decimal): -9932033 or 16740968. OLE color: 16740968.
HSL color Cylindrical-coordinate representation of color #6872FF: hue angle of 236.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6872FF is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 114 | 255 | - |
| CMYK | 0.59 | 0.55 | 0 | 0 |
| HSL | 236.03º | 1% | 0.7% | - |
| HSV(B) | 236.03º | 0.59% | 1% | - |
| XYZ | 29.78 | 22.2 | 97.32 | - |
| YUV | 127.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 255 | 0.59 | 0.55 | 0 | 0 | 236.03 | 1 | 0.7 |
| Hex | 68 | 72 | FF | 3B | 37 | 0 | 0 | EC | 64 | 46 |
| Octal | 150 | 162 | 377 | 73 | 67 | 0 | 0 | 354 | 144 | 106 |
| Binary | 1101000 | 1110010 | 11111111 | 111011 | 110111 | 0 | 0 | 11101100 | 1100100 | 1000110 |
Color Harmonies of #6872FF
Complementary color
Monochromatic Colors of #6872FF
Black with #6872FF
Text Example
Text Example
White with #6872FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6872FF; }
p { color: rgb(104,114,255); }
H1.HeaderClassName
{
color: #6872FF;
}
.AnyTagClassName
{
color: #6872FF;
}
</style>
background-color css
<style>
a { background-color: #6872FF; }
a { background-color: rgb(104,114,255); }
div.DivClassName
{
background-color: #6872FF;
}
.BgClassName
{
background-color: #6872FF;
}
</style>
border-color css
<style>
span { border-color: #6872FF; }
span { border-color: rgb(104,114,255); }
td.TdClassName
{
border-color: #6872FF;
}
.TagClassName
{
border-color: #6872FF;
}
</style>