Shades of Rich Blue #6058AB
Tints of Rich Blue #6058AB
RGB
CMYK
RGB Variations
Color information
#6058AB (or 0x6058AB) is known color: Rich Blue. HEX triplet: 60, 58 and AB. RGB value is (96,88,171). Sum of RGB (Red+Green+Blue) = 96+88+171=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6058AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6058AB is #9FA754. Grayscale: #636363. Windows color (decimal): -10463061 or 11229280. OLE color: 11229280.
HSL color Cylindrical-coordinate representation of color #6058AB: 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.49%. Process color model (Four color, CMYK) of #6058AB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 88 | 171 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.33 |
| HSL | 245.78º | 0.33% | 0.51% | - |
| HSV(B) | 245.78º | 0.49% | 0.67% | - |
| XYZ | 15.66 | 12.41 | 40.1 | - |
| YUV | 99.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 171 | 0.44 | 0.49 | 0 | 0.33 | 245.78 | 0.33 | 0.51 |
| Hex | 60 | 58 | AB | 2C | 31 | 0 | 21 | F6 | 21 | 33 |
| Octal | 140 | 130 | 253 | 54 | 61 | 0 | 41 | 366 | 41 | 63 |
| Binary | 1100000 | 1011000 | 10101011 | 101100 | 110001 | 0 | 100001 | 11110110 | 100001 | 110011 |
Color Harmonies of #6058AB
Complementary color
Monochromatic Colors of #6058AB
Black with #6058AB
Text Example
Text Example
White with #6058AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058AB; }
p { color: rgb(96,88,171); }
H1.HeaderClassName
{
color: #6058AB;
}
.AnyTagClassName
{
color: #6058AB;
}
</style>
background-color css
<style>
a { background-color: #6058AB; }
a { background-color: rgb(96,88,171); }
div.DivClassName
{
background-color: #6058AB;
}
.BgClassName
{
background-color: #6058AB;
}
</style>
border-color css
<style>
span { border-color: #6058AB; }
span { border-color: rgb(96,88,171); }
td.TdClassName
{
border-color: #6058AB;
}
.TagClassName
{
border-color: #6058AB;
}
</style>