Shades of Slate Blue #6858D3
Tints of Slate Blue #6858D3
RGB
CMYK
RGB Variations
Color information
#6858D3 (or 0x6858D3) is known color: Slate Blue. HEX triplet: 68, 58 and D3. RGB value is (104,88,211). Sum of RGB (Red+Green+Blue) = 104+88+211=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #6858D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858D3 is #97A72C. Grayscale: #6A6A6A. Windows color (decimal): -9938733 or 13850728. OLE color: 13850728.
HSL color Cylindrical-coordinate representation of color #6858D3: hue angle of 247.8º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6858D3 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 88 | 211 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.17 |
| HSL | 247.8º | 0.58% | 0.59% | - |
| HSV(B) | 247.8º | 0.58% | 0.83% | - |
| XYZ | 20.96 | 14.63 | 63.35 | - |
| YUV | 106.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 211 | 0.51 | 0.58 | 0 | 0.17 | 247.8 | 0.58 | 0.59 |
| Hex | 68 | 58 | D3 | 33 | 3A | 0 | 11 | F8 | 3A | 3B |
| Octal | 150 | 130 | 323 | 63 | 72 | 0 | 21 | 370 | 72 | 73 |
| Binary | 1101000 | 1011000 | 11010011 | 110011 | 111010 | 0 | 10001 | 11111000 | 111010 | 111011 |
Color Harmonies of #6858D3
Complementary color
Monochromatic Colors of #6858D3
Black with #6858D3
Text Example
Text Example
White with #6858D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6858D3; }
p { color: rgb(104,88,211); }
H1.HeaderClassName
{
color: #6858D3;
}
.AnyTagClassName
{
color: #6858D3;
}
</style>
background-color css
<style>
a { background-color: #6858D3; }
a { background-color: rgb(104,88,211); }
div.DivClassName
{
background-color: #6858D3;
}
.BgClassName
{
background-color: #6858D3;
}
</style>
border-color css
<style>
span { border-color: #6858D3; }
span { border-color: rgb(104,88,211); }
td.TdClassName
{
border-color: #6858D3;
}
.TagClassName
{
border-color: #6858D3;
}
</style>