Shades of Rich Blue #6261AA
Tints of Rich Blue #6261AA
RGB
CMYK
RGB Variations
Color information
#6261AA (or 0x6261AA) is known color: Rich Blue. HEX triplet: 62, 61 and AA. RGB value is (98,97,170). Sum of RGB (Red+Green+Blue) = 98+97+170=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #6261AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6261AA is #9D9E55. Grayscale: #696969. Windows color (decimal): -10329686 or 11166050. OLE color: 11166050.
HSL color Cylindrical-coordinate representation of color #6261AA: hue angle of 240.82º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6261AA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 97 | 170 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.33 |
| HSL | 240.82º | 0.3% | 0.52% | - |
| HSV(B) | 240.82º | 0.43% | 0.67% | - |
| XYZ | 16.57 | 14.05 | 39.87 | - |
| YUV | 105.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 170 | 0.42 | 0.43 | 0 | 0.33 | 240.82 | 0.3 | 0.52 |
| Hex | 62 | 61 | AA | 2A | 2B | 0 | 21 | F1 | 1E | 34 |
| Octal | 142 | 141 | 252 | 52 | 53 | 0 | 41 | 361 | 36 | 64 |
| Binary | 1100010 | 1100001 | 10101010 | 101010 | 101011 | 0 | 100001 | 11110001 | 11110 | 110100 |
Color Harmonies of #6261AA
Complementary color
Monochromatic Colors of #6261AA
Black with #6261AA
Text Example
Text Example
White with #6261AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6261AA; }
p { color: rgb(98,97,170); }
H1.HeaderClassName
{
color: #6261AA;
}
.AnyTagClassName
{
color: #6261AA;
}
</style>
background-color css
<style>
a { background-color: #6261AA; }
a { background-color: rgb(98,97,170); }
div.DivClassName
{
background-color: #6261AA;
}
.BgClassName
{
background-color: #6261AA;
}
</style>
border-color css
<style>
span { border-color: #6261AA; }
span { border-color: rgb(98,97,170); }
td.TdClassName
{
border-color: #6261AA;
}
.TagClassName
{
border-color: #6261AA;
}
</style>