Shades of Rich Blue #6362A4
Tints of Rich Blue #6362A4
RGB
CMYK
RGB Variations
Color information
#6362A4 (or 0x6362A4) is known color: Rich Blue. HEX triplet: 63, 62 and A4. RGB value is (99,98,164). Sum of RGB (Red+Green+Blue) = 99+98+164=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #6362A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6362A4 is #9C9D5B. Grayscale: #696969. Windows color (decimal): -10263900 or 10773091. OLE color: 10773091.
HSL color Cylindrical-coordinate representation of color #6362A4: hue angle of 240.91º 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 #6362A4 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 98 | 164 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.36 |
| HSL | 240.91º | 0.27% | 0.51% | - |
| HSV(B) | 240.91º | 0.4% | 0.64% | - |
| XYZ | 16.21 | 14.07 | 36.98 | - |
| YUV | 105.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 164 | 0.40 | 0.40 | 0 | 0.36 | 240.91 | 0.27 | 0.51 |
| Hex | 63 | 62 | A4 | 28 | 28 | 0 | 24 | F1 | 1B | 33 |
| Octal | 143 | 142 | 244 | 50 | 50 | 0 | 44 | 361 | 33 | 63 |
| Binary | 1100011 | 1100010 | 10100100 | 101000 | 101000 | 0 | 100100 | 11110001 | 11011 | 110011 |
Color Harmonies of #6362A4
Complementary color
Monochromatic Colors of #6362A4
Black with #6362A4
Text Example
Text Example
White with #6362A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6362A4; }
p { color: rgb(99,98,164); }
H1.HeaderClassName
{
color: #6362A4;
}
.AnyTagClassName
{
color: #6362A4;
}
</style>
background-color css
<style>
a { background-color: #6362A4; }
a { background-color: rgb(99,98,164); }
div.DivClassName
{
background-color: #6362A4;
}
.BgClassName
{
background-color: #6362A4;
}
</style>
border-color css
<style>
span { border-color: #6362A4; }
span { border-color: rgb(99,98,164); }
td.TdClassName
{
border-color: #6362A4;
}
.TagClassName
{
border-color: #6362A4;
}
</style>