Shades of Rich Blue #6259A4
Tints of Rich Blue #6259A4
RGB
CMYK
RGB Variations
Color information
#6259A4 (or 0x6259A4) is known color: Rich Blue. HEX triplet: 62, 59 and A4. RGB value is (98,89,164). Sum of RGB (Red+Green+Blue) = 98+89+164=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #6259A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6259A4 is #9DA65B. Grayscale: #636363. Windows color (decimal): -10331740 or 10770786. OLE color: 10770786.
HSL color Cylindrical-coordinate representation of color #6259A4: hue angle of 247.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6259A4 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 89 | 164 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.36 |
| HSL | 247.2º | 0.3% | 0.5% | - |
| HSV(B) | 247.2º | 0.46% | 0.64% | - |
| XYZ | 15.31 | 12.42 | 36.71 | - |
| YUV | 100.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 164 | 0.40 | 0.46 | 0 | 0.36 | 247.2 | 0.3 | 0.5 |
| Hex | 62 | 59 | A4 | 28 | 2E | 0 | 24 | F7 | 1E | 32 |
| Octal | 142 | 131 | 244 | 50 | 56 | 0 | 44 | 367 | 36 | 62 |
| Binary | 1100010 | 1011001 | 10100100 | 101000 | 101110 | 0 | 100100 | 11110111 | 11110 | 110010 |
Color Harmonies of #6259A4
Complementary color
Monochromatic Colors of #6259A4
Black with #6259A4
Text Example
Text Example
White with #6259A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259A4; }
p { color: rgb(98,89,164); }
H1.HeaderClassName
{
color: #6259A4;
}
.AnyTagClassName
{
color: #6259A4;
}
</style>
background-color css
<style>
a { background-color: #6259A4; }
a { background-color: rgb(98,89,164); }
div.DivClassName
{
background-color: #6259A4;
}
.BgClassName
{
background-color: #6259A4;
}
</style>
border-color css
<style>
span { border-color: #6259A4; }
span { border-color: rgb(98,89,164); }
td.TdClassName
{
border-color: #6259A4;
}
.TagClassName
{
border-color: #6259A4;
}
</style>