Shades of Slate Blue #6159CA
Tints of Slate Blue #6159CA
RGB
CMYK
RGB Variations
Color information
#6159CA (or 0x6159CA) is known color: Slate Blue. HEX triplet: 61, 59 and CA. RGB value is (97,89,202). Sum of RGB (Red+Green+Blue) = 97+89+202=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6159CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159CA is #9EA635. Grayscale: #676767. Windows color (decimal): -10397238 or 13261153. OLE color: 13261153.
HSL color Cylindrical-coordinate representation of color #6159CA: hue angle of 244.25º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6159CA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 89 | 202 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.21 |
| HSL | 244.25º | 0.52% | 0.57% | - |
| HSV(B) | 244.25º | 0.56% | 0.79% | - |
| XYZ | 19.16 | 13.95 | 57.56 | - |
| YUV | 104.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 202 | 0.52 | 0.56 | 0 | 0.21 | 244.25 | 0.52 | 0.57 |
| Hex | 61 | 59 | CA | 34 | 38 | 0 | 15 | F4 | 34 | 39 |
| Octal | 141 | 131 | 312 | 64 | 70 | 0 | 25 | 364 | 64 | 71 |
| Binary | 1100001 | 1011001 | 11001010 | 110100 | 111000 | 0 | 10101 | 11110100 | 110100 | 111001 |
Color Harmonies of #6159CA
Complementary color
Monochromatic Colors of #6159CA
Black with #6159CA
Text Example
Text Example
White with #6159CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159CA; }
p { color: rgb(97,89,202); }
H1.HeaderClassName
{
color: #6159CA;
}
.AnyTagClassName
{
color: #6159CA;
}
</style>
background-color css
<style>
a { background-color: #6159CA; }
a { background-color: rgb(97,89,202); }
div.DivClassName
{
background-color: #6159CA;
}
.BgClassName
{
background-color: #6159CA;
}
</style>
border-color css
<style>
span { border-color: #6159CA; }
span { border-color: rgb(97,89,202); }
td.TdClassName
{
border-color: #6159CA;
}
.TagClassName
{
border-color: #6159CA;
}
</style>