Shades of Rich Blue #6262AA
Tints of Rich Blue #6262AA
RGB
CMYK
RGB Variations
Color information
#6262AA (or 0x6262AA) is known color: Rich Blue. HEX triplet: 62, 62 and AA. RGB value is (98,98,170). Sum of RGB (Red+Green+Blue) = 98+98+170=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #6262AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6262AA is #9D9D55. Grayscale: #696969. Windows color (decimal): -10329430 or 11166306. OLE color: 11166306.
HSL color Cylindrical-coordinate representation of color #6262AA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6262AA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 98 | 170 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.33 |
| HSL | 240º | 0.3% | 0.53% | - |
| HSV(B) | 240º | 0.42% | 0.67% | - |
| XYZ | 16.66 | 14.23 | 39.9 | - |
| YUV | 106.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 170 | 0.42 | 0.42 | 0 | 0.33 | 240 | 0.3 | 0.53 |
| Hex | 62 | 62 | AA | 2A | 2A | 0 | 21 | F0 | 1E | 35 |
| Octal | 142 | 142 | 252 | 52 | 52 | 0 | 41 | 360 | 36 | 65 |
| Binary | 1100010 | 1100010 | 10101010 | 101010 | 101010 | 0 | 100001 | 11110000 | 11110 | 110101 |
Color Harmonies of #6262AA
Complementary color
Monochromatic Colors of #6262AA
Black with #6262AA
Text Example
Text Example
White with #6262AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6262AA; }
p { color: rgb(98,98,170); }
H1.HeaderClassName
{
color: #6262AA;
}
.AnyTagClassName
{
color: #6262AA;
}
</style>
background-color css
<style>
a { background-color: #6262AA; }
a { background-color: rgb(98,98,170); }
div.DivClassName
{
background-color: #6262AA;
}
.BgClassName
{
background-color: #6262AA;
}
</style>
border-color css
<style>
span { border-color: #6262AA; }
span { border-color: rgb(98,98,170); }
td.TdClassName
{
border-color: #6262AA;
}
.TagClassName
{
border-color: #6262AA;
}
</style>