Shades of Medium Slate Blue #6875DD
Tints of Medium Slate Blue #6875DD
RGB
CMYK
RGB Variations
Color information
#6875DD (or 0x6875DD) is known color: Medium Slate Blue. HEX triplet: 68, 75 and DD. RGB value is (104,117,221). Sum of RGB (Red+Green+Blue) = 104+117+221=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6875DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DD is #978A22. Grayscale: #7C7C7C. Windows color (decimal): -9931299 or 14513512. OLE color: 14513512.
HSL color Cylindrical-coordinate representation of color #6875DD: hue angle of 233.33º degrees, saturation: 0.63, 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 #6875DD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 117 | 221 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.13 |
| HSL | 233.33º | 0.63% | 0.64% | - |
| HSV(B) | 233.33º | 0.53% | 0.87% | - |
| XYZ | 25.12 | 20.89 | 71.11 | - |
| YUV | 124.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 221 | 0.53 | 0.47 | 0 | 0.13 | 233.33 | 0.63 | 0.64 |
| Hex | 68 | 75 | DD | 35 | 2F | 0 | D | E9 | 3F | 40 |
| Octal | 150 | 165 | 335 | 65 | 57 | 0 | 15 | 351 | 77 | 100 |
| Binary | 1101000 | 1110101 | 11011101 | 110101 | 101111 | 0 | 1101 | 11101001 | 111111 | 1000000 |
Color Harmonies of #6875DD
Complementary color
Monochromatic Colors of #6875DD
Black with #6875DD
Text Example
Text Example
White with #6875DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875DD; }
p { color: rgb(104,117,221); }
H1.HeaderClassName
{
color: #6875DD;
}
.AnyTagClassName
{
color: #6875DD;
}
</style>
background-color css
<style>
a { background-color: #6875DD; }
a { background-color: rgb(104,117,221); }
div.DivClassName
{
background-color: #6875DD;
}
.BgClassName
{
background-color: #6875DD;
}
</style>
border-color css
<style>
span { border-color: #6875DD; }
span { border-color: rgb(104,117,221); }
td.TdClassName
{
border-color: #6875DD;
}
.TagClassName
{
border-color: #6875DD;
}
</style>