Shades of Rich Blue #6062AB
Tints of Rich Blue #6062AB
RGB
CMYK
RGB Variations
Color information
#6062AB (or 0x6062AB) is known color: Rich Blue. HEX triplet: 60, 62 and AB. RGB value is (96,98,171). Sum of RGB (Red+Green+Blue) = 96+98+171=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6062AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062AB is #9F9D54. Grayscale: #696969. Windows color (decimal): -10460501 or 11231840. OLE color: 11231840.
HSL color Cylindrical-coordinate representation of color #6062AB: hue angle of 238.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6062AB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 98 | 171 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.33 |
| HSL | 238.4º | 0.31% | 0.52% | - |
| HSV(B) | 238.4º | 0.44% | 0.67% | - |
| XYZ | 16.54 | 14.16 | 40.39 | - |
| YUV | 105.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 171 | 0.44 | 0.43 | 0 | 0.33 | 238.4 | 0.31 | 0.52 |
| Hex | 60 | 62 | AB | 2C | 2B | 0 | 21 | EE | 1F | 34 |
| Octal | 140 | 142 | 253 | 54 | 53 | 0 | 41 | 356 | 37 | 64 |
| Binary | 1100000 | 1100010 | 10101011 | 101100 | 101011 | 0 | 100001 | 11101110 | 11111 | 110100 |
Color Harmonies of #6062AB
Complementary color
Monochromatic Colors of #6062AB
Black with #6062AB
Text Example
Text Example
White with #6062AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6062AB; }
p { color: rgb(96,98,171); }
H1.HeaderClassName
{
color: #6062AB;
}
.AnyTagClassName
{
color: #6062AB;
}
</style>
background-color css
<style>
a { background-color: #6062AB; }
a { background-color: rgb(96,98,171); }
div.DivClassName
{
background-color: #6062AB;
}
.BgClassName
{
background-color: #6062AB;
}
</style>
border-color css
<style>
span { border-color: #6062AB; }
span { border-color: rgb(96,98,171); }
td.TdClassName
{
border-color: #6062AB;
}
.TagClassName
{
border-color: #6062AB;
}
</style>