Shades of Rich Blue #6057A7
Tints of Rich Blue #6057A7
RGB
CMYK
RGB Variations
Color information
#6057A7 (or 0x6057A7) is known color: Rich Blue. HEX triplet: 60, 57 and A7. RGB value is (96,87,167). Sum of RGB (Red+Green+Blue) = 96+87+167=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 167 - color contains mainly: blue. Hex color #6057A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057A7 is #9FA858. Grayscale: #626262. Windows color (decimal): -10463321 or 10966880. OLE color: 10966880.
HSL color Cylindrical-coordinate representation of color #6057A7: hue angle of 246.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6057A7 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 87 | 167 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.35 |
| HSL | 246.75º | 0.31% | 0.5% | - |
| HSV(B) | 246.75º | 0.48% | 0.65% | - |
| XYZ | 15.21 | 12.09 | 38.09 | - |
| YUV | 98.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 167 | 0.43 | 0.48 | 0 | 0.35 | 246.75 | 0.31 | 0.5 |
| Hex | 60 | 57 | A7 | 2B | 30 | 0 | 23 | F7 | 1F | 32 |
| Octal | 140 | 127 | 247 | 53 | 60 | 0 | 43 | 367 | 37 | 62 |
| Binary | 1100000 | 1010111 | 10100111 | 101011 | 110000 | 0 | 100011 | 11110111 | 11111 | 110010 |
Color Harmonies of #6057A7
Complementary color
Monochromatic Colors of #6057A7
Black with #6057A7
Text Example
Text Example
White with #6057A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057A7; }
p { color: rgb(96,87,167); }
H1.HeaderClassName
{
color: #6057A7;
}
.AnyTagClassName
{
color: #6057A7;
}
</style>
background-color css
<style>
a { background-color: #6057A7; }
a { background-color: rgb(96,87,167); }
div.DivClassName
{
background-color: #6057A7;
}
.BgClassName
{
background-color: #6057A7;
}
</style>
border-color css
<style>
span { border-color: #6057A7; }
span { border-color: rgb(96,87,167); }
td.TdClassName
{
border-color: #6057A7;
}
.TagClassName
{
border-color: #6057A7;
}
</style>