Shades of Slate Blue #6840DD
Tints of Slate Blue #6840DD
RGB
CMYK
RGB Variations
Color information
#6840DD (or 0x6840DD) is known color: Slate Blue. HEX triplet: 68, 40 and DD. RGB value is (104,64,221). Sum of RGB (Red+Green+Blue) = 104+64+221=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #6840DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840DD is #97BF22. Grayscale: #5D5D5D. Windows color (decimal): -9944867 or 14499944. OLE color: 14499944.
HSL color Cylindrical-coordinate representation of color #6840DD: hue angle of 255.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6840DD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 64 | 221 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.13 |
| HSL | 255.29º | 0.7% | 0.56% | - |
| HSV(B) | 255.29º | 0.71% | 0.87% | - |
| XYZ | 20.59 | 11.83 | 69.6 | - |
| YUV | 93.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 221 | 0.53 | 0.71 | 0 | 0.13 | 255.29 | 0.7 | 0.56 |
| Hex | 68 | 40 | DD | 35 | 47 | 0 | D | FF | 46 | 38 |
| Octal | 150 | 100 | 335 | 65 | 107 | 0 | 15 | 377 | 106 | 70 |
| Binary | 1101000 | 1000000 | 11011101 | 110101 | 1000111 | 0 | 1101 | 11111111 | 1000110 | 111000 |
Color Harmonies of #6840DD
Complementary color
Monochromatic Colors of #6840DD
Black with #6840DD
Text Example
Text Example
White with #6840DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6840DD; }
p { color: rgb(104,64,221); }
H1.HeaderClassName
{
color: #6840DD;
}
.AnyTagClassName
{
color: #6840DD;
}
</style>
background-color css
<style>
a { background-color: #6840DD; }
a { background-color: rgb(104,64,221); }
div.DivClassName
{
background-color: #6840DD;
}
.BgClassName
{
background-color: #6840DD;
}
</style>
border-color css
<style>
span { border-color: #6840DD; }
span { border-color: rgb(104,64,221); }
td.TdClassName
{
border-color: #6840DD;
}
.TagClassName
{
border-color: #6840DD;
}
</style>