Shades of Medium Slate Blue #6875E7
Tints of Medium Slate Blue #6875E7
RGB
CMYK
RGB Variations
Color information
#6875E7 (or 0x6875E7) is known color: Medium Slate Blue. HEX triplet: 68, 75 and E7. RGB value is (104,117,231). Sum of RGB (Red+Green+Blue) = 104+117+231=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #6875E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875E7 is #978A18. Grayscale: #7D7D7D. Windows color (decimal): -9931289 or 15168872. OLE color: 15168872.
HSL color Cylindrical-coordinate representation of color #6875E7: hue angle of 233.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6875E7 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 117 | 231 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.09 |
| HSL | 233.86º | 0.73% | 0.66% | - |
| HSV(B) | 233.86º | 0.55% | 0.91% | - |
| XYZ | 26.49 | 21.44 | 78.34 | - |
| YUV | 126.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 231 | 0.55 | 0.49 | 0 | 0.09 | 233.86 | 0.73 | 0.66 |
| Hex | 68 | 75 | E7 | 37 | 31 | 0 | 9 | EA | 49 | 42 |
| Octal | 150 | 165 | 347 | 67 | 61 | 0 | 11 | 352 | 111 | 102 |
| Binary | 1101000 | 1110101 | 11100111 | 110111 | 110001 | 0 | 1001 | 11101010 | 1001001 | 1000010 |
Color Harmonies of #6875E7
Complementary color
Monochromatic Colors of #6875E7
Black with #6875E7
Text Example
Text Example
White with #6875E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875E7; }
p { color: rgb(104,117,231); }
H1.HeaderClassName
{
color: #6875E7;
}
.AnyTagClassName
{
color: #6875E7;
}
</style>
background-color css
<style>
a { background-color: #6875E7; }
a { background-color: rgb(104,117,231); }
div.DivClassName
{
background-color: #6875E7;
}
.BgClassName
{
background-color: #6875E7;
}
</style>
border-color css
<style>
span { border-color: #6875E7; }
span { border-color: rgb(104,117,231); }
td.TdClassName
{
border-color: #6875E7;
}
.TagClassName
{
border-color: #6875E7;
}
</style>