Shades of Slate Blue #6159D7
Tints of Slate Blue #6159D7
RGB
CMYK
RGB Variations
Color information
#6159D7 (or 0x6159D7) is known color: Slate Blue. HEX triplet: 61, 59 and D7. RGB value is (97,89,215). Sum of RGB (Red+Green+Blue) = 97+89+215=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #6159D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159D7 is #9EA628. Grayscale: #696969. Windows color (decimal): -10397225 or 14113121. OLE color: 14113121.
HSL color Cylindrical-coordinate representation of color #6159D7: hue angle of 243.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6159D7 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 89 | 215 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.16 |
| HSL | 243.81º | 0.61% | 0.6% | - |
| HSV(B) | 243.81º | 0.59% | 0.84% | - |
| XYZ | 20.77 | 14.59 | 66.01 | - |
| YUV | 105.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 215 | 0.55 | 0.59 | 0 | 0.16 | 243.81 | 0.61 | 0.6 |
| Hex | 61 | 59 | D7 | 37 | 3B | 0 | 10 | F4 | 3D | 3C |
| Octal | 141 | 131 | 327 | 67 | 73 | 0 | 20 | 364 | 75 | 74 |
| Binary | 1100001 | 1011001 | 11010111 | 110111 | 111011 | 0 | 10000 | 11110100 | 111101 | 111100 |
Color Harmonies of #6159D7
Complementary color
Monochromatic Colors of #6159D7
Black with #6159D7
Text Example
Text Example
White with #6159D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159D7; }
p { color: rgb(97,89,215); }
H1.HeaderClassName
{
color: #6159D7;
}
.AnyTagClassName
{
color: #6159D7;
}
</style>
background-color css
<style>
a { background-color: #6159D7; }
a { background-color: rgb(97,89,215); }
div.DivClassName
{
background-color: #6159D7;
}
.BgClassName
{
background-color: #6159D7;
}
</style>
border-color css
<style>
span { border-color: #6159D7; }
span { border-color: rgb(97,89,215); }
td.TdClassName
{
border-color: #6159D7;
}
.TagClassName
{
border-color: #6159D7;
}
</style>