Shades of Medium Slate Blue #6875ED
Tints of Medium Slate Blue #6875ED
RGB
CMYK
RGB Variations
Color information
#6875ED (or 0x6875ED) is known color: Medium Slate Blue. HEX triplet: 68, 75 and ED. RGB value is (104,117,237). Sum of RGB (Red+Green+Blue) = 104+117+237=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #6875ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875ED is #978A12. Grayscale: #7E7E7E. Windows color (decimal): -9931283 or 15562088. OLE color: 15562088.
HSL color Cylindrical-coordinate representation of color #6875ED: hue angle of 234.14º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6875ED is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 117 | 237 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.07 |
| HSL | 234.14º | 0.79% | 0.67% | - |
| HSV(B) | 234.14º | 0.56% | 0.93% | - |
| XYZ | 27.36 | 21.78 | 82.88 | - |
| YUV | 126.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 237 | 0.56 | 0.51 | 0 | 0.07 | 234.14 | 0.79 | 0.67 |
| Hex | 68 | 75 | ED | 38 | 33 | 0 | 7 | EA | 4F | 43 |
| Octal | 150 | 165 | 355 | 70 | 63 | 0 | 7 | 352 | 117 | 103 |
| Binary | 1101000 | 1110101 | 11101101 | 111000 | 110011 | 0 | 111 | 11101010 | 1001111 | 1000011 |
Color Harmonies of #6875ED
Complementary color
Monochromatic Colors of #6875ED
Black with #6875ED
Text Example
Text Example
White with #6875ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875ED; }
p { color: rgb(104,117,237); }
H1.HeaderClassName
{
color: #6875ED;
}
.AnyTagClassName
{
color: #6875ED;
}
</style>
background-color css
<style>
a { background-color: #6875ED; }
a { background-color: rgb(104,117,237); }
div.DivClassName
{
background-color: #6875ED;
}
.BgClassName
{
background-color: #6875ED;
}
</style>
border-color css
<style>
span { border-color: #6875ED; }
span { border-color: rgb(104,117,237); }
td.TdClassName
{
border-color: #6875ED;
}
.TagClassName
{
border-color: #6875ED;
}
</style>