Shades of Rich Blue #6159AC
Tints of Rich Blue #6159AC
RGB
CMYK
RGB Variations
Color information
#6159AC (or 0x6159AC) is known color: Rich Blue. HEX triplet: 61, 59 and AC. RGB value is (97,89,172). Sum of RGB (Red+Green+Blue) = 97+89+172=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6159AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6159AC is #9EA653. Grayscale: #646464. Windows color (decimal): -10397268 or 11295073. OLE color: 11295073.
HSL color Cylindrical-coordinate representation of color #6159AC: hue angle of 245.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6159AC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 89 | 172 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.33 |
| HSL | 245.78º | 0.33% | 0.51% | - |
| HSV(B) | 245.78º | 0.48% | 0.67% | - |
| XYZ | 15.95 | 12.66 | 40.63 | - |
| YUV | 100.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 172 | 0.44 | 0.48 | 0 | 0.33 | 245.78 | 0.33 | 0.51 |
| Hex | 61 | 59 | AC | 2C | 30 | 0 | 21 | F6 | 21 | 33 |
| Octal | 141 | 131 | 254 | 54 | 60 | 0 | 41 | 366 | 41 | 63 |
| Binary | 1100001 | 1011001 | 10101100 | 101100 | 110000 | 0 | 100001 | 11110110 | 100001 | 110011 |
Color Harmonies of #6159AC
Complementary color
Monochromatic Colors of #6159AC
Black with #6159AC
Text Example
Text Example
White with #6159AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6159AC; }
p { color: rgb(97,89,172); }
H1.HeaderClassName
{
color: #6159AC;
}
.AnyTagClassName
{
color: #6159AC;
}
</style>
background-color css
<style>
a { background-color: #6159AC; }
a { background-color: rgb(97,89,172); }
div.DivClassName
{
background-color: #6159AC;
}
.BgClassName
{
background-color: #6159AC;
}
</style>
border-color css
<style>
span { border-color: #6159AC; }
span { border-color: rgb(97,89,172); }
td.TdClassName
{
border-color: #6159AC;
}
.TagClassName
{
border-color: #6159AC;
}
</style>