Shades of Rich Blue #6159A6
Tints of Rich Blue #6159A6
RGB
CMYK
RGB Variations
Color information
#6159A6 (or 0x6159A6) is known color: Rich Blue. HEX triplet: 61, 59 and A6. RGB value is (97,89,166). Sum of RGB (Red+Green+Blue) = 97+89+166=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #6159A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6159A6 is #9EA659. Grayscale: #636363. Windows color (decimal): -10397274 or 10901857. OLE color: 10901857.
HSL color Cylindrical-coordinate representation of color #6159A6: hue angle of 246.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6159A6 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 89 | 166 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.35 |
| HSL | 246.23º | 0.3% | 0.5% | - |
| HSV(B) | 246.23º | 0.46% | 0.65% | - |
| XYZ | 15.39 | 12.44 | 37.67 | - |
| YUV | 100.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 166 | 0.42 | 0.46 | 0 | 0.35 | 246.23 | 0.3 | 0.5 |
| Hex | 61 | 59 | A6 | 2A | 2E | 0 | 23 | F6 | 1E | 32 |
| Octal | 141 | 131 | 246 | 52 | 56 | 0 | 43 | 366 | 36 | 62 |
| Binary | 1100001 | 1011001 | 10100110 | 101010 | 101110 | 0 | 100011 | 11110110 | 11110 | 110010 |
Color Harmonies of #6159A6
Complementary color
Monochromatic Colors of #6159A6
Black with #6159A6
Text Example
Text Example
White with #6159A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159A6; }
p { color: rgb(97,89,166); }
H1.HeaderClassName
{
color: #6159A6;
}
.AnyTagClassName
{
color: #6159A6;
}
</style>
background-color css
<style>
a { background-color: #6159A6; }
a { background-color: rgb(97,89,166); }
div.DivClassName
{
background-color: #6159A6;
}
.BgClassName
{
background-color: #6159A6;
}
</style>
border-color css
<style>
span { border-color: #6159A6; }
span { border-color: rgb(97,89,166); }
td.TdClassName
{
border-color: #6159A6;
}
.TagClassName
{
border-color: #6159A6;
}
</style>