Shades of Slate Blue #6845DD
Tints of Slate Blue #6845DD
RGB
CMYK
RGB Variations
Color information
#6845DD (or 0x6845DD) is known color: Slate Blue. HEX triplet: 68, 45 and DD. RGB value is (104,69,221). Sum of RGB (Red+Green+Blue) = 104+69+221=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6845DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845DD is #97BA22. Grayscale: #606060. Windows color (decimal): -9943587 or 14501224. OLE color: 14501224.
HSL color Cylindrical-coordinate representation of color #6845DD: hue angle of 253.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6845DD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 69 | 221 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.13 |
| HSL | 253.82º | 0.69% | 0.57% | - |
| HSV(B) | 253.82º | 0.69% | 0.87% | - |
| XYZ | 20.89 | 12.42 | 69.7 | - |
| YUV | 96.79 | 198.1 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 221 | 0.53 | 0.69 | 0 | 0.13 | 253.82 | 0.69 | 0.57 |
| Hex | 68 | 45 | DD | 35 | 45 | 0 | D | FE | 45 | 39 |
| Octal | 150 | 105 | 335 | 65 | 105 | 0 | 15 | 376 | 105 | 71 |
| Binary | 1101000 | 1000101 | 11011101 | 110101 | 1000101 | 0 | 1101 | 11111110 | 1000101 | 111001 |
Color Harmonies of #6845DD
Complementary color
Monochromatic Colors of #6845DD
Black with #6845DD
Text Example
Text Example
White with #6845DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6845DD; }
p { color: rgb(104,69,221); }
H1.HeaderClassName
{
color: #6845DD;
}
.AnyTagClassName
{
color: #6845DD;
}
</style>
background-color css
<style>
a { background-color: #6845DD; }
a { background-color: rgb(104,69,221); }
div.DivClassName
{
background-color: #6845DD;
}
.BgClassName
{
background-color: #6845DD;
}
</style>
border-color css
<style>
span { border-color: #6845DD; }
span { border-color: rgb(104,69,221); }
td.TdClassName
{
border-color: #6845DD;
}
.TagClassName
{
border-color: #6845DD;
}
</style>