Shades of Rich Blue #6062AF
Tints of Rich Blue #6062AF
RGB
CMYK
RGB Variations
Color information
#6062AF (or 0x6062AF) is known color: Rich Blue. HEX triplet: 60, 62 and AF. RGB value is (96,98,175). Sum of RGB (Red+Green+Blue) = 96+98+175=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #6062AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062AF is #9F9D50. Grayscale: #696969. Windows color (decimal): -10460497 or 11493984. OLE color: 11493984.
HSL color Cylindrical-coordinate representation of color #6062AF: hue angle of 238.48º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6062AF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 98 | 175 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.31 |
| HSL | 238.48º | 0.33% | 0.53% | - |
| HSV(B) | 238.48º | 0.45% | 0.69% | - |
| XYZ | 16.93 | 14.32 | 42.43 | - |
| YUV | 106.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 175 | 0.45 | 0.44 | 0 | 0.31 | 238.48 | 0.33 | 0.53 |
| Hex | 60 | 62 | AF | 2D | 2C | 0 | 1F | EE | 21 | 35 |
| Octal | 140 | 142 | 257 | 55 | 54 | 0 | 37 | 356 | 41 | 65 |
| Binary | 1100000 | 1100010 | 10101111 | 101101 | 101100 | 0 | 11111 | 11101110 | 100001 | 110101 |
Color Harmonies of #6062AF
Complementary color
Monochromatic Colors of #6062AF
Black with #6062AF
Text Example
Text Example
White with #6062AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6062AF; }
p { color: rgb(96,98,175); }
H1.HeaderClassName
{
color: #6062AF;
}
.AnyTagClassName
{
color: #6062AF;
}
</style>
background-color css
<style>
a { background-color: #6062AF; }
a { background-color: rgb(96,98,175); }
div.DivClassName
{
background-color: #6062AF;
}
.BgClassName
{
background-color: #6062AF;
}
</style>
border-color css
<style>
span { border-color: #6062AF; }
span { border-color: rgb(96,98,175); }
td.TdClassName
{
border-color: #6062AF;
}
.TagClassName
{
border-color: #6062AF;
}
</style>