Shades of Medium Slate Blue #6875EF
Tints of Medium Slate Blue #6875EF
RGB
CMYK
RGB Variations
Color information
#6875EF (or 0x6875EF) is known color: Medium Slate Blue. HEX triplet: 68, 75 and EF. RGB value is (104,117,239). Sum of RGB (Red+Green+Blue) = 104+117+239=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #6875EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875EF is #978A10. Grayscale: #7E7E7E. Windows color (decimal): -9931281 or 15693160. OLE color: 15693160.
HSL color Cylindrical-coordinate representation of color #6875EF: hue angle of 234.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6875EF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 117 | 239 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.06 |
| HSL | 234.22º | 0.81% | 0.67% | - |
| HSV(B) | 234.22º | 0.56% | 0.94% | - |
| XYZ | 27.65 | 21.9 | 84.43 | - |
| YUV | 127.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 239 | 0.56 | 0.51 | 0 | 0.06 | 234.22 | 0.81 | 0.67 |
| Hex | 68 | 75 | EF | 38 | 33 | 0 | 6 | EA | 51 | 43 |
| Octal | 150 | 165 | 357 | 70 | 63 | 0 | 6 | 352 | 121 | 103 |
| Binary | 1101000 | 1110101 | 11101111 | 111000 | 110011 | 0 | 110 | 11101010 | 1010001 | 1000011 |
Color Harmonies of #6875EF
Complementary color
Monochromatic Colors of #6875EF
Black with #6875EF
Text Example
Text Example
White with #6875EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875EF; }
p { color: rgb(104,117,239); }
H1.HeaderClassName
{
color: #6875EF;
}
.AnyTagClassName
{
color: #6875EF;
}
</style>
background-color css
<style>
a { background-color: #6875EF; }
a { background-color: rgb(104,117,239); }
div.DivClassName
{
background-color: #6875EF;
}
.BgClassName
{
background-color: #6875EF;
}
</style>
border-color css
<style>
span { border-color: #6875EF; }
span { border-color: rgb(104,117,239); }
td.TdClassName
{
border-color: #6875EF;
}
.TagClassName
{
border-color: #6875EF;
}
</style>