Shades of Slate Blue #6840DC
Tints of Slate Blue #6840DC
RGB
CMYK
RGB Variations
Color information
#6840DC (or 0x6840DC) is known color: Slate Blue. HEX triplet: 68, 40 and DC. RGB value is (104,64,220). Sum of RGB (Red+Green+Blue) = 104+64+220=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #6840DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840DC is #97BF23. Grayscale: #5D5D5D. Windows color (decimal): -9944868 or 14434408. OLE color: 14434408.
HSL color Cylindrical-coordinate representation of color #6840DC: hue angle of 255.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6840DC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 64 | 220 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.14 |
| HSL | 255.38º | 0.69% | 0.56% | - |
| HSV(B) | 255.38º | 0.71% | 0.86% | - |
| XYZ | 20.46 | 11.78 | 68.9 | - |
| YUV | 93.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 220 | 0.53 | 0.71 | 0 | 0.14 | 255.38 | 0.69 | 0.56 |
| Hex | 68 | 40 | DC | 35 | 47 | 0 | E | FF | 45 | 38 |
| Octal | 150 | 100 | 334 | 65 | 107 | 0 | 16 | 377 | 105 | 70 |
| Binary | 1101000 | 1000000 | 11011100 | 110101 | 1000111 | 0 | 1110 | 11111111 | 1000101 | 111000 |
Color Harmonies of #6840DC
Complementary color
Monochromatic Colors of #6840DC
Black with #6840DC
Text Example
Text Example
White with #6840DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6840DC; }
p { color: rgb(104,64,220); }
H1.HeaderClassName
{
color: #6840DC;
}
.AnyTagClassName
{
color: #6840DC;
}
</style>
background-color css
<style>
a { background-color: #6840DC; }
a { background-color: rgb(104,64,220); }
div.DivClassName
{
background-color: #6840DC;
}
.BgClassName
{
background-color: #6840DC;
}
</style>
border-color css
<style>
span { border-color: #6840DC; }
span { border-color: rgb(104,64,220); }
td.TdClassName
{
border-color: #6840DC;
}
.TagClassName
{
border-color: #6840DC;
}
</style>