Shades of Slate Blue #6159D1
Tints of Slate Blue #6159D1
RGB
CMYK
RGB Variations
Color information
#6159D1 (or 0x6159D1) is known color: Slate Blue. HEX triplet: 61, 59 and D1. RGB value is (97,89,209). Sum of RGB (Red+Green+Blue) = 97+89+209=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #6159D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159D1 is #9EA62E. Grayscale: #686868. Windows color (decimal): -10397231 or 13719905. OLE color: 13719905.
HSL color Cylindrical-coordinate representation of color #6159D1: hue angle of 244º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6159D1 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 89 | 209 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.18 |
| HSL | 244º | 0.57% | 0.58% | - |
| HSV(B) | 244º | 0.57% | 0.82% | - |
| XYZ | 20.01 | 14.29 | 62.03 | - |
| YUV | 105.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 209 | 0.54 | 0.57 | 0 | 0.18 | 244 | 0.57 | 0.58 |
| Hex | 61 | 59 | D1 | 36 | 39 | 0 | 12 | F4 | 39 | 3A |
| Octal | 141 | 131 | 321 | 66 | 71 | 0 | 22 | 364 | 71 | 72 |
| Binary | 1100001 | 1011001 | 11010001 | 110110 | 111001 | 0 | 10010 | 11110100 | 111001 | 111010 |
Color Harmonies of #6159D1
Complementary color
Monochromatic Colors of #6159D1
Black with #6159D1
Text Example
Text Example
White with #6159D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159D1; }
p { color: rgb(97,89,209); }
H1.HeaderClassName
{
color: #6159D1;
}
.AnyTagClassName
{
color: #6159D1;
}
</style>
background-color css
<style>
a { background-color: #6159D1; }
a { background-color: rgb(97,89,209); }
div.DivClassName
{
background-color: #6159D1;
}
.BgClassName
{
background-color: #6159D1;
}
</style>
border-color css
<style>
span { border-color: #6159D1; }
span { border-color: rgb(97,89,209); }
td.TdClassName
{
border-color: #6159D1;
}
.TagClassName
{
border-color: #6159D1;
}
</style>