Shades of Rich Blue #6260AA
Tints of Rich Blue #6260AA
RGB
CMYK
RGB Variations
Color information
#6260AA (or 0x6260AA) is known color: Rich Blue. HEX triplet: 62, 60 and AA. RGB value is (98,96,170). Sum of RGB (Red+Green+Blue) = 98+96+170=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #6260AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260AA is #9D9F55. Grayscale: #686868. Windows color (decimal): -10329942 or 11165794. OLE color: 11165794.
HSL color Cylindrical-coordinate representation of color #6260AA: hue angle of 241.62º degrees, saturation: 0.3, 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 #6260AA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 96 | 170 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.33 |
| HSL | 241.62º | 0.3% | 0.52% | - |
| HSV(B) | 241.62º | 0.44% | 0.67% | - |
| XYZ | 16.48 | 13.86 | 39.84 | - |
| YUV | 105.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 170 | 0.42 | 0.44 | 0 | 0.33 | 241.62 | 0.3 | 0.52 |
| Hex | 62 | 60 | AA | 2A | 2C | 0 | 21 | F2 | 1E | 34 |
| Octal | 142 | 140 | 252 | 52 | 54 | 0 | 41 | 362 | 36 | 64 |
| Binary | 1100010 | 1100000 | 10101010 | 101010 | 101100 | 0 | 100001 | 11110010 | 11110 | 110100 |
Color Harmonies of #6260AA
Complementary color
Monochromatic Colors of #6260AA
Black with #6260AA
Text Example
Text Example
White with #6260AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260AA; }
p { color: rgb(98,96,170); }
H1.HeaderClassName
{
color: #6260AA;
}
.AnyTagClassName
{
color: #6260AA;
}
</style>
background-color css
<style>
a { background-color: #6260AA; }
a { background-color: rgb(98,96,170); }
div.DivClassName
{
background-color: #6260AA;
}
.BgClassName
{
background-color: #6260AA;
}
</style>
border-color css
<style>
span { border-color: #6260AA; }
span { border-color: rgb(98,96,170); }
td.TdClassName
{
border-color: #6260AA;
}
.TagClassName
{
border-color: #6260AA;
}
</style>