Shades of Slate Blue #6845D5
Tints of Slate Blue #6845D5
RGB
CMYK
RGB Variations
Color information
#6845D5 (or 0x6845D5) is known color: Slate Blue. HEX triplet: 68, 45 and D5. RGB value is (104,69,213). Sum of RGB (Red+Green+Blue) = 104+69+213=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #6845D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845D5 is #97BA2A. Grayscale: #5F5F5F. Windows color (decimal): -9943595 or 13976936. OLE color: 13976936.
HSL color Cylindrical-coordinate representation of color #6845D5: hue angle of 254.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6845D5 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 69 | 213 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.16 |
| HSL | 254.58º | 0.63% | 0.55% | - |
| HSV(B) | 254.58º | 0.68% | 0.84% | - |
| XYZ | 19.85 | 12 | 64.22 | - |
| YUV | 95.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 213 | 0.51 | 0.68 | 0 | 0.16 | 254.58 | 0.63 | 0.55 |
| Hex | 68 | 45 | D5 | 33 | 44 | 0 | 10 | FF | 3F | 37 |
| Octal | 150 | 105 | 325 | 63 | 104 | 0 | 20 | 377 | 77 | 67 |
| Binary | 1101000 | 1000101 | 11010101 | 110011 | 1000100 | 0 | 10000 | 11111111 | 111111 | 110111 |
Color Harmonies of #6845D5
Complementary color
Monochromatic Colors of #6845D5
Black with #6845D5
Text Example
Text Example
White with #6845D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6845D5; }
p { color: rgb(104,69,213); }
H1.HeaderClassName
{
color: #6845D5;
}
.AnyTagClassName
{
color: #6845D5;
}
</style>
background-color css
<style>
a { background-color: #6845D5; }
a { background-color: rgb(104,69,213); }
div.DivClassName
{
background-color: #6845D5;
}
.BgClassName
{
background-color: #6845D5;
}
</style>
border-color css
<style>
span { border-color: #6845D5; }
span { border-color: rgb(104,69,213); }
td.TdClassName
{
border-color: #6845D5;
}
.TagClassName
{
border-color: #6845D5;
}
</style>