Shades of Rich Blue #6053A5
Tints of Rich Blue #6053A5
RGB
CMYK
RGB Variations
Color information
#6053A5 (or 0x6053A5) is known color: Rich Blue. HEX triplet: 60, 53 and A5. RGB value is (96,83,165). Sum of RGB (Red+Green+Blue) = 96+83+165=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #6053A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6053A5 is #9FAC5A. Grayscale: #5F5F5F. Windows color (decimal): -10464347 or 10834784. OLE color: 10834784.
HSL color Cylindrical-coordinate representation of color #6053A5: hue angle of 249.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6053A5 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 83 | 165 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.35 |
| HSL | 249.51º | 0.33% | 0.49% | - |
| HSV(B) | 249.51º | 0.5% | 0.65% | - |
| XYZ | 14.71 | 11.39 | 37.02 | - |
| YUV | 96.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 165 | 0.42 | 0.50 | 0 | 0.35 | 249.51 | 0.33 | 0.49 |
| Hex | 60 | 53 | A5 | 2A | 32 | 0 | 23 | FA | 21 | 31 |
| Octal | 140 | 123 | 245 | 52 | 62 | 0 | 43 | 372 | 41 | 61 |
| Binary | 1100000 | 1010011 | 10100101 | 101010 | 110010 | 0 | 100011 | 11111010 | 100001 | 110001 |
Color Harmonies of #6053A5
Complementary color
Monochromatic Colors of #6053A5
Black with #6053A5
Text Example
Text Example
White with #6053A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053A5; }
p { color: rgb(96,83,165); }
H1.HeaderClassName
{
color: #6053A5;
}
.AnyTagClassName
{
color: #6053A5;
}
</style>
background-color css
<style>
a { background-color: #6053A5; }
a { background-color: rgb(96,83,165); }
div.DivClassName
{
background-color: #6053A5;
}
.BgClassName
{
background-color: #6053A5;
}
</style>
border-color css
<style>
span { border-color: #6053A5; }
span { border-color: rgb(96,83,165); }
td.TdClassName
{
border-color: #6053A5;
}
.TagClassName
{
border-color: #6053A5;
}
</style>