Shades of Rich Blue #6056A0
Tints of Rich Blue #6056A0
RGB
CMYK
RGB Variations
Color information
#6056A0 (or 0x6056A0) is known color: Rich Blue. HEX triplet: 60, 56 and A0. RGB value is (96,86,160). Sum of RGB (Red+Green+Blue) = 96+86+160=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #6056A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6056A0 is #9FA95F. Grayscale: #616161. Windows color (decimal): -10463584 or 10507872. OLE color: 10507872.
HSL color Cylindrical-coordinate representation of color #6056A0: hue angle of 248.11º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6056A0 is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 86 | 160 | - |
| CMYK | 0.4 | 0.46 | 0 | 0.37 |
| HSL | 248.11º | 0.3% | 0.48% | - |
| HSV(B) | 248.11º | 0.46% | 0.63% | - |
| XYZ | 14.5 | 11.68 | 34.75 | - |
| YUV | 97.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 160 | 0.4 | 0.46 | 0 | 0.37 | 248.11 | 0.3 | 0.48 |
| Hex | 60 | 56 | A0 | 28 | 2E | 0 | 25 | F8 | 1E | 30 |
| Octal | 140 | 126 | 240 | 50 | 56 | 0 | 45 | 370 | 36 | 60 |
| Binary | 1100000 | 1010110 | 10100000 | 101000 | 101110 | 0 | 100101 | 11111000 | 11110 | 110000 |
Color Harmonies of #6056A0
Complementary color
Monochromatic Colors of #6056A0
Black with #6056A0
Text Example
Text Example
White with #6056A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6056A0; }
p { color: rgb(96,86,160); }
H1.HeaderClassName
{
color: #6056A0;
}
.AnyTagClassName
{
color: #6056A0;
}
</style>
background-color css
<style>
a { background-color: #6056A0; }
a { background-color: rgb(96,86,160); }
div.DivClassName
{
background-color: #6056A0;
}
.BgClassName
{
background-color: #6056A0;
}
</style>
border-color css
<style>
span { border-color: #6056A0; }
span { border-color: rgb(96,86,160); }
td.TdClassName
{
border-color: #6056A0;
}
.TagClassName
{
border-color: #6056A0;
}
</style>