Shades of Slate Blue #6159DD
Tints of Slate Blue #6159DD
RGB
CMYK
RGB Variations
Color information
#6159DD (or 0x6159DD) is known color: Slate Blue. HEX triplet: 61, 59 and DD. RGB value is (97,89,221). Sum of RGB (Red+Green+Blue) = 97+89+221=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #6159DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159DD is #9EA622. Grayscale: #696969. Windows color (decimal): -10397219 or 14506337. OLE color: 14506337.
HSL color Cylindrical-coordinate representation of color #6159DD: hue angle of 243.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6159DD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 89 | 221 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.13 |
| HSL | 243.64º | 0.66% | 0.61% | - |
| HSV(B) | 243.64º | 0.6% | 0.87% | - |
| XYZ | 21.55 | 14.91 | 70.15 | - |
| YUV | 106.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 221 | 0.56 | 0.60 | 0 | 0.13 | 243.64 | 0.66 | 0.61 |
| Hex | 61 | 59 | DD | 38 | 3C | 0 | D | F4 | 42 | 3D |
| Octal | 141 | 131 | 335 | 70 | 74 | 0 | 15 | 364 | 102 | 75 |
| Binary | 1100001 | 1011001 | 11011101 | 111000 | 111100 | 0 | 1101 | 11110100 | 1000010 | 111101 |
Color Harmonies of #6159DD
Complementary color
Monochromatic Colors of #6159DD
Black with #6159DD
Text Example
Text Example
White with #6159DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159DD; }
p { color: rgb(97,89,221); }
H1.HeaderClassName
{
color: #6159DD;
}
.AnyTagClassName
{
color: #6159DD;
}
</style>
background-color css
<style>
a { background-color: #6159DD; }
a { background-color: rgb(97,89,221); }
div.DivClassName
{
background-color: #6159DD;
}
.BgClassName
{
background-color: #6159DD;
}
</style>
border-color css
<style>
span { border-color: #6159DD; }
span { border-color: rgb(97,89,221); }
td.TdClassName
{
border-color: #6159DD;
}
.TagClassName
{
border-color: #6159DD;
}
</style>