Shades of Slate Blue #6159DA
Tints of Slate Blue #6159DA
RGB
CMYK
RGB Variations
Color information
#6159DA (or 0x6159DA) is known color: Slate Blue. HEX triplet: 61, 59 and DA. RGB value is (97,89,218). Sum of RGB (Red+Green+Blue) = 97+89+218=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #6159DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159DA is #9EA625. Grayscale: #696969. Windows color (decimal): -10397222 or 14309729. OLE color: 14309729.
HSL color Cylindrical-coordinate representation of color #6159DA: hue angle of 243.72º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6159DA is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 89 | 218 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.15 |
| HSL | 243.72º | 0.64% | 0.6% | - |
| HSV(B) | 243.72º | 0.59% | 0.85% | - |
| XYZ | 21.16 | 14.75 | 68.06 | - |
| YUV | 106.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 218 | 0.56 | 0.59 | 0 | 0.15 | 243.72 | 0.64 | 0.6 |
| Hex | 61 | 59 | DA | 38 | 3B | 0 | F | F4 | 40 | 3C |
| Octal | 141 | 131 | 332 | 70 | 73 | 0 | 17 | 364 | 100 | 74 |
| Binary | 1100001 | 1011001 | 11011010 | 111000 | 111011 | 0 | 1111 | 11110100 | 1000000 | 111100 |
Color Harmonies of #6159DA
Complementary color
Monochromatic Colors of #6159DA
Black with #6159DA
Text Example
Text Example
White with #6159DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159DA; }
p { color: rgb(97,89,218); }
H1.HeaderClassName
{
color: #6159DA;
}
.AnyTagClassName
{
color: #6159DA;
}
</style>
background-color css
<style>
a { background-color: #6159DA; }
a { background-color: rgb(97,89,218); }
div.DivClassName
{
background-color: #6159DA;
}
.BgClassName
{
background-color: #6159DA;
}
</style>
border-color css
<style>
span { border-color: #6159DA; }
span { border-color: rgb(97,89,218); }
td.TdClassName
{
border-color: #6159DA;
}
.TagClassName
{
border-color: #6159DA;
}
</style>