Shades of Medium Slate Blue #6875FD
Tints of Medium Slate Blue #6875FD
RGB
CMYK
RGB Variations
Color information
#6875FD (or 0x6875FD) is known color: Medium Slate Blue. HEX triplet: 68, 75 and FD. RGB value is (104,117,253). Sum of RGB (Red+Green+Blue) = 104+117+253=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #6875FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875FD is #978A02. Grayscale: #808080. Windows color (decimal): -9931267 or 16610664. OLE color: 16610664.
HSL color Cylindrical-coordinate representation of color #6875FD: hue angle of 234.77º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6875FD is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 117 | 253 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.01 |
| HSL | 234.77º | 0.97% | 0.7% | - |
| HSV(B) | 234.77º | 0.59% | 0.99% | - |
| XYZ | 29.8 | 22.76 | 95.75 | - |
| YUV | 128.62 | 198.19 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 253 | 0.59 | 0.54 | 0 | 0.01 | 234.77 | 0.97 | 0.7 |
| Hex | 68 | 75 | FD | 3B | 36 | 0 | 1 | EB | 61 | 46 |
| Octal | 150 | 165 | 375 | 73 | 66 | 0 | 1 | 353 | 141 | 106 |
| Binary | 1101000 | 1110101 | 11111101 | 111011 | 110110 | 0 | 1 | 11101011 | 1100001 | 1000110 |
Color Harmonies of #6875FD
Complementary color
Monochromatic Colors of #6875FD
Black with #6875FD
Text Example
Text Example
White with #6875FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875FD; }
p { color: rgb(104,117,253); }
H1.HeaderClassName
{
color: #6875FD;
}
.AnyTagClassName
{
color: #6875FD;
}
</style>
background-color css
<style>
a { background-color: #6875FD; }
a { background-color: rgb(104,117,253); }
div.DivClassName
{
background-color: #6875FD;
}
.BgClassName
{
background-color: #6875FD;
}
</style>
border-color css
<style>
span { border-color: #6875FD; }
span { border-color: rgb(104,117,253); }
td.TdClassName
{
border-color: #6875FD;
}
.TagClassName
{
border-color: #6875FD;
}
</style>