Shades of Rich Blue #6361A4
Tints of Rich Blue #6361A4
RGB
CMYK
RGB Variations
Color information
#6361A4 (or 0x6361A4) is known color: Rich Blue. HEX triplet: 63, 61 and A4. RGB value is (99,97,164). Sum of RGB (Red+Green+Blue) = 99+97+164=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 97 (38.28% from 255 or 26.94% 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 #6361A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6361A4 is #9C9E5B. Grayscale: #686868. Windows color (decimal): -10264156 or 10772835. OLE color: 10772835.
HSL color Cylindrical-coordinate representation of color #6361A4: hue angle of 241.79º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6361A4 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 97 | 164 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.36 |
| HSL | 241.79º | 0.27% | 0.51% | - |
| HSV(B) | 241.79º | 0.41% | 0.64% | - |
| XYZ | 16.12 | 13.88 | 36.95 | - |
| YUV | 105.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 164 | 0.40 | 0.41 | 0 | 0.36 | 241.79 | 0.27 | 0.51 |
| Hex | 63 | 61 | A4 | 28 | 29 | 0 | 24 | F2 | 1B | 33 |
| Octal | 143 | 141 | 244 | 50 | 51 | 0 | 44 | 362 | 33 | 63 |
| Binary | 1100011 | 1100001 | 10100100 | 101000 | 101001 | 0 | 100100 | 11110010 | 11011 | 110011 |
Color Harmonies of #6361A4
Complementary color
Monochromatic Colors of #6361A4
Black with #6361A4
Text Example
Text Example
White with #6361A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6361A4; }
p { color: rgb(99,97,164); }
H1.HeaderClassName
{
color: #6361A4;
}
.AnyTagClassName
{
color: #6361A4;
}
</style>
background-color css
<style>
a { background-color: #6361A4; }
a { background-color: rgb(99,97,164); }
div.DivClassName
{
background-color: #6361A4;
}
.BgClassName
{
background-color: #6361A4;
}
</style>
border-color css
<style>
span { border-color: #6361A4; }
span { border-color: rgb(99,97,164); }
td.TdClassName
{
border-color: #6361A4;
}
.TagClassName
{
border-color: #6361A4;
}
</style>