Shades of Slate Blue #6840D8
Tints of Slate Blue #6840D8
RGB
CMYK
RGB Variations
Color information
#6840D8 (or 0x6840D8) is known color: Slate Blue. HEX triplet: 68, 40 and D8. RGB value is (104,64,216). Sum of RGB (Red+Green+Blue) = 104+64+216=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #6840D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840D8 is #97BF27. Grayscale: #5C5C5C. Windows color (decimal): -9944872 or 14172264. OLE color: 14172264.
HSL color Cylindrical-coordinate representation of color #6840D8: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6840D8 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 64 | 216 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.15 |
| HSL | 255.79º | 0.66% | 0.55% | - |
| HSV(B) | 255.79º | 0.7% | 0.85% | - |
| XYZ | 19.94 | 11.57 | 66.15 | - |
| YUV | 93.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 216 | 0.52 | 0.70 | 0 | 0.15 | 255.79 | 0.66 | 0.55 |
| Hex | 68 | 40 | D8 | 34 | 46 | 0 | F | 100 | 42 | 37 |
| Octal | 150 | 100 | 330 | 64 | 106 | 0 | 17 | 400 | 102 | 67 |
| Binary | 1101000 | 1000000 | 11011000 | 110100 | 1000110 | 0 | 1111 | 100000000 | 1000010 | 110111 |
Color Harmonies of #6840D8
Complementary color
Monochromatic Colors of #6840D8
Black with #6840D8
Text Example
Text Example
White with #6840D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6840D8; }
p { color: rgb(104,64,216); }
H1.HeaderClassName
{
color: #6840D8;
}
.AnyTagClassName
{
color: #6840D8;
}
</style>
background-color css
<style>
a { background-color: #6840D8; }
a { background-color: rgb(104,64,216); }
div.DivClassName
{
background-color: #6840D8;
}
.BgClassName
{
background-color: #6840D8;
}
</style>
border-color css
<style>
span { border-color: #6840D8; }
span { border-color: rgb(104,64,216); }
td.TdClassName
{
border-color: #6840D8;
}
.TagClassName
{
border-color: #6840D8;
}
</style>