Shades of Slate Blue #6858DD
Tints of Slate Blue #6858DD
RGB
CMYK
RGB Variations
Color information
#6858DD (or 0x6858DD) is known color: Slate Blue. HEX triplet: 68, 58 and DD. RGB value is (104,88,221). Sum of RGB (Red+Green+Blue) = 104+88+221=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #6858DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858DD is #97A722. Grayscale: #6B6B6B. Windows color (decimal): -9938723 or 14506088. OLE color: 14506088.
HSL color Cylindrical-coordinate representation of color #6858DD: hue angle of 247.22º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6858DD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 88 | 221 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.13 |
| HSL | 247.22º | 0.66% | 0.61% | - |
| HSV(B) | 247.22º | 0.6% | 0.87% | - |
| XYZ | 22.25 | 15.14 | 70.16 | - |
| YUV | 107.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 221 | 0.53 | 0.60 | 0 | 0.13 | 247.22 | 0.66 | 0.61 |
| Hex | 68 | 58 | DD | 35 | 3C | 0 | D | F7 | 42 | 3D |
| Octal | 150 | 130 | 335 | 65 | 74 | 0 | 15 | 367 | 102 | 75 |
| Binary | 1101000 | 1011000 | 11011101 | 110101 | 111100 | 0 | 1101 | 11110111 | 1000010 | 111101 |
Color Harmonies of #6858DD
Complementary color
Monochromatic Colors of #6858DD
Black with #6858DD
Text Example
Text Example
White with #6858DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6858DD; }
p { color: rgb(104,88,221); }
H1.HeaderClassName
{
color: #6858DD;
}
.AnyTagClassName
{
color: #6858DD;
}
</style>
background-color css
<style>
a { background-color: #6858DD; }
a { background-color: rgb(104,88,221); }
div.DivClassName
{
background-color: #6858DD;
}
.BgClassName
{
background-color: #6858DD;
}
</style>
border-color css
<style>
span { border-color: #6858DD; }
span { border-color: rgb(104,88,221); }
td.TdClassName
{
border-color: #6858DD;
}
.TagClassName
{
border-color: #6858DD;
}
</style>