Shades of Medium Slate Blue #6878DF
Tints of Medium Slate Blue #6878DF
RGB
CMYK
RGB Variations
Color information
#6878DF (or 0x6878DF) is known color: Medium Slate Blue. HEX triplet: 68, 78 and DF. RGB value is (104,120,223). Sum of RGB (Red+Green+Blue) = 104+120+223=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #6878DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878DF is #978720. Grayscale: #7E7E7E. Windows color (decimal): -9930529 or 14645352. OLE color: 14645352.
HSL color Cylindrical-coordinate representation of color #6878DF: hue angle of 231.93º 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 #6878DF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 120 | 223 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.13 |
| HSL | 231.93º | 0.65% | 0.64% | - |
| HSV(B) | 231.93º | 0.53% | 0.87% | - |
| XYZ | 25.74 | 21.7 | 72.64 | - |
| YUV | 126.96 | 182.2 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 223 | 0.53 | 0.46 | 0 | 0.13 | 231.93 | 0.65 | 0.64 |
| Hex | 68 | 78 | DF | 35 | 2E | 0 | D | E8 | 41 | 40 |
| Octal | 150 | 170 | 337 | 65 | 56 | 0 | 15 | 350 | 101 | 100 |
| Binary | 1101000 | 1111000 | 11011111 | 110101 | 101110 | 0 | 1101 | 11101000 | 1000001 | 1000000 |
Color Harmonies of #6878DF
Complementary color
Monochromatic Colors of #6878DF
Black with #6878DF
Text Example
Text Example
White with #6878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878DF; }
p { color: rgb(104,120,223); }
H1.HeaderClassName
{
color: #6878DF;
}
.AnyTagClassName
{
color: #6878DF;
}
</style>
background-color css
<style>
a { background-color: #6878DF; }
a { background-color: rgb(104,120,223); }
div.DivClassName
{
background-color: #6878DF;
}
.BgClassName
{
background-color: #6878DF;
}
</style>
border-color css
<style>
span { border-color: #6878DF; }
span { border-color: rgb(104,120,223); }
td.TdClassName
{
border-color: #6878DF;
}
.TagClassName
{
border-color: #6878DF;
}
</style>