Shades of Slate Blue #6858DC
Tints of Slate Blue #6858DC
RGB
CMYK
RGB Variations
Color information
#6858DC (or 0x6858DC) is known color: Slate Blue. HEX triplet: 68, 58 and DC. RGB value is (104,88,220). Sum of RGB (Red+Green+Blue) = 104+88+220=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #6858DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858DC is #97A723. Grayscale: #6B6B6B. Windows color (decimal): -9938724 or 14440552. OLE color: 14440552.
HSL color Cylindrical-coordinate representation of color #6858DC: hue angle of 247.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6858DC is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 88 | 220 | - |
| CMYK | 0.53 | 0.6 | 0 | 0.14 |
| HSL | 247.27º | 0.65% | 0.6% | - |
| HSV(B) | 247.27º | 0.6% | 0.86% | - |
| XYZ | 22.12 | 15.09 | 69.46 | - |
| YUV | 107.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 220 | 0.53 | 0.6 | 0 | 0.14 | 247.27 | 0.65 | 0.6 |
| Hex | 68 | 58 | DC | 35 | 3C | 0 | E | F7 | 41 | 3C |
| Octal | 150 | 130 | 334 | 65 | 74 | 0 | 16 | 367 | 101 | 74 |
| Binary | 1101000 | 1011000 | 11011100 | 110101 | 111100 | 0 | 1110 | 11110111 | 1000001 | 111100 |
Color Harmonies of #6858DC
Complementary color
Monochromatic Colors of #6858DC
Black with #6858DC
Text Example
Text Example
White with #6858DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6858DC; }
p { color: rgb(104,88,220); }
H1.HeaderClassName
{
color: #6858DC;
}
.AnyTagClassName
{
color: #6858DC;
}
</style>
background-color css
<style>
a { background-color: #6858DC; }
a { background-color: rgb(104,88,220); }
div.DivClassName
{
background-color: #6858DC;
}
.BgClassName
{
background-color: #6858DC;
}
</style>
border-color css
<style>
span { border-color: #6858DC; }
span { border-color: rgb(104,88,220); }
td.TdClassName
{
border-color: #6858DC;
}
.TagClassName
{
border-color: #6858DC;
}
</style>