Shades of Rich Blue #6262A4
Tints of Rich Blue #6262A4
RGB
CMYK
RGB Variations
Color information
#6262A4 (or 0x6262A4) is known color: Rich Blue. HEX triplet: 62, 62 and A4. RGB value is (98,98,164). Sum of RGB (Red+Green+Blue) = 98+98+164=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #6262A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6262A4 is #9D9D5B. Grayscale: #696969. Windows color (decimal): -10329436 or 10773090. OLE color: 10773090.
HSL color Cylindrical-coordinate representation of color #6262A4: hue angle of 240º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6262A4 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 98 | 164 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.36 |
| HSL | 240º | 0.27% | 0.51% | - |
| HSV(B) | 240º | 0.4% | 0.64% | - |
| XYZ | 16.11 | 14.01 | 36.98 | - |
| YUV | 105.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 164 | 0.40 | 0.40 | 0 | 0.36 | 240 | 0.27 | 0.51 |
| Hex | 62 | 62 | A4 | 28 | 28 | 0 | 24 | F0 | 1B | 33 |
| Octal | 142 | 142 | 244 | 50 | 50 | 0 | 44 | 360 | 33 | 63 |
| Binary | 1100010 | 1100010 | 10100100 | 101000 | 101000 | 0 | 100100 | 11110000 | 11011 | 110011 |
Color Harmonies of #6262A4
Complementary color
Monochromatic Colors of #6262A4
Black with #6262A4
Text Example
Text Example
White with #6262A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6262A4; }
p { color: rgb(98,98,164); }
H1.HeaderClassName
{
color: #6262A4;
}
.AnyTagClassName
{
color: #6262A4;
}
</style>
background-color css
<style>
a { background-color: #6262A4; }
a { background-color: rgb(98,98,164); }
div.DivClassName
{
background-color: #6262A4;
}
.BgClassName
{
background-color: #6262A4;
}
</style>
border-color css
<style>
span { border-color: #6262A4; }
span { border-color: rgb(98,98,164); }
td.TdClassName
{
border-color: #6262A4;
}
.TagClassName
{
border-color: #6262A4;
}
</style>