Shades of Rich Blue #6260AB
Tints of Rich Blue #6260AB
RGB
CMYK
RGB Variations
Color information
#6260AB (or 0x6260AB) is known color: Rich Blue. HEX triplet: 62, 60 and AB. RGB value is (98,96,171). Sum of RGB (Red+Green+Blue) = 98+96+171=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 96 (37.89% from 255 or 26.30% 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 #6260AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260AB is #9D9F54. Grayscale: #686868. Windows color (decimal): -10329941 or 11231330. OLE color: 11231330.
HSL color Cylindrical-coordinate representation of color #6260AB: hue angle of 241.6º 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 #6260AB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 96 | 171 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.33 |
| HSL | 241.6º | 0.31% | 0.52% | - |
| HSV(B) | 241.6º | 0.44% | 0.67% | - |
| XYZ | 16.57 | 13.9 | 40.34 | - |
| YUV | 105.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 171 | 0.43 | 0.44 | 0 | 0.33 | 241.6 | 0.31 | 0.52 |
| Hex | 62 | 60 | AB | 2B | 2C | 0 | 21 | F2 | 1F | 34 |
| Octal | 142 | 140 | 253 | 53 | 54 | 0 | 41 | 362 | 37 | 64 |
| Binary | 1100010 | 1100000 | 10101011 | 101011 | 101100 | 0 | 100001 | 11110010 | 11111 | 110100 |
Color Harmonies of #6260AB
Complementary color
Monochromatic Colors of #6260AB
Black with #6260AB
Text Example
Text Example
White with #6260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260AB; }
p { color: rgb(98,96,171); }
H1.HeaderClassName
{
color: #6260AB;
}
.AnyTagClassName
{
color: #6260AB;
}
</style>
background-color css
<style>
a { background-color: #6260AB; }
a { background-color: rgb(98,96,171); }
div.DivClassName
{
background-color: #6260AB;
}
.BgClassName
{
background-color: #6260AB;
}
</style>
border-color css
<style>
span { border-color: #6260AB; }
span { border-color: rgb(98,96,171); }
td.TdClassName
{
border-color: #6260AB;
}
.TagClassName
{
border-color: #6260AB;
}
</style>