Shades of Slate Blue #6159DC
Tints of Slate Blue #6159DC
RGB
CMYK
RGB Variations
Color information
#6159DC (or 0x6159DC) is known color: Slate Blue. HEX triplet: 61, 59 and DC. RGB value is (97,89,220). Sum of RGB (Red+Green+Blue) = 97+89+220=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #6159DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159DC is #9EA623. Grayscale: #696969. Windows color (decimal): -10397220 or 14440801. OLE color: 14440801.
HSL color Cylindrical-coordinate representation of color #6159DC: hue angle of 243.66º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6159DC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 89 | 220 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.14 |
| HSL | 243.66º | 0.65% | 0.61% | - |
| HSV(B) | 243.66º | 0.6% | 0.86% | - |
| XYZ | 21.42 | 14.85 | 69.45 | - |
| YUV | 106.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 220 | 0.56 | 0.60 | 0 | 0.14 | 243.66 | 0.65 | 0.61 |
| Hex | 61 | 59 | DC | 38 | 3C | 0 | E | F4 | 41 | 3D |
| Octal | 141 | 131 | 334 | 70 | 74 | 0 | 16 | 364 | 101 | 75 |
| Binary | 1100001 | 1011001 | 11011100 | 111000 | 111100 | 0 | 1110 | 11110100 | 1000001 | 111101 |
Color Harmonies of #6159DC
Complementary color
Monochromatic Colors of #6159DC
Black with #6159DC
Text Example
Text Example
White with #6159DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159DC; }
p { color: rgb(97,89,220); }
H1.HeaderClassName
{
color: #6159DC;
}
.AnyTagClassName
{
color: #6159DC;
}
</style>
background-color css
<style>
a { background-color: #6159DC; }
a { background-color: rgb(97,89,220); }
div.DivClassName
{
background-color: #6159DC;
}
.BgClassName
{
background-color: #6159DC;
}
</style>
border-color css
<style>
span { border-color: #6159DC; }
span { border-color: rgb(97,89,220); }
td.TdClassName
{
border-color: #6159DC;
}
.TagClassName
{
border-color: #6159DC;
}
</style>