Shades of Medium Slate Blue #6875DF
Tints of Medium Slate Blue #6875DF
RGB
CMYK
RGB Variations
Color information
#6875DF (or 0x6875DF) is known color: Medium Slate Blue. HEX triplet: 68, 75 and DF. RGB value is (104,117,223). Sum of RGB (Red+Green+Blue) = 104+117+223=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #6875DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DF is #978A20. Grayscale: #7C7C7C. Windows color (decimal): -9931297 or 14644584. OLE color: 14644584.
HSL color Cylindrical-coordinate representation of color #6875DF: hue angle of 233.45º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6875DF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 117 | 223 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.13 |
| HSL | 233.45º | 0.65% | 0.64% | - |
| HSV(B) | 233.45º | 0.53% | 0.87% | - |
| XYZ | 25.39 | 20.99 | 72.53 | - |
| YUV | 125.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 223 | 0.53 | 0.48 | 0 | 0.13 | 233.45 | 0.65 | 0.64 |
| Hex | 68 | 75 | DF | 35 | 30 | 0 | D | E9 | 41 | 40 |
| Octal | 150 | 165 | 337 | 65 | 60 | 0 | 15 | 351 | 101 | 100 |
| Binary | 1101000 | 1110101 | 11011111 | 110101 | 110000 | 0 | 1101 | 11101001 | 1000001 | 1000000 |
Color Harmonies of #6875DF
Complementary color
Monochromatic Colors of #6875DF
Black with #6875DF
Text Example
Text Example
White with #6875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875DF; }
p { color: rgb(104,117,223); }
H1.HeaderClassName
{
color: #6875DF;
}
.AnyTagClassName
{
color: #6875DF;
}
</style>
background-color css
<style>
a { background-color: #6875DF; }
a { background-color: rgb(104,117,223); }
div.DivClassName
{
background-color: #6875DF;
}
.BgClassName
{
background-color: #6875DF;
}
</style>
border-color css
<style>
span { border-color: #6875DF; }
span { border-color: rgb(104,117,223); }
td.TdClassName
{
border-color: #6875DF;
}
.TagClassName
{
border-color: #6875DF;
}
</style>