Shades of Rich Blue #63649F
Tints of Rich Blue #63649F
RGB
CMYK
RGB Variations
Color information
#63649F (or 0x63649F) is known color: Rich Blue. HEX triplet: 63, 64 and 9F. RGB value is (99,100,159). Sum of RGB (Red+Green+Blue) = 99+100+159=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #63649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649F is #9C9B60. Grayscale: #6A6A6A. Windows color (decimal): -10263393 or 10445923. OLE color: 10445923.
HSL color Cylindrical-coordinate representation of color #63649F: hue angle of 239º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63649F is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 100 | 159 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.38 |
| HSL | 239º | 0.24% | 0.51% | - |
| HSV(B) | 239º | 0.38% | 0.62% | - |
| XYZ | 15.96 | 14.27 | 34.71 | - |
| YUV | 106.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 159 | 0.38 | 0.37 | 0 | 0.38 | 239 | 0.24 | 0.51 |
| Hex | 63 | 64 | 9F | 26 | 25 | 0 | 26 | EF | 18 | 33 |
| Octal | 143 | 144 | 237 | 46 | 45 | 0 | 46 | 357 | 30 | 63 |
| Binary | 1100011 | 1100100 | 10011111 | 100110 | 100101 | 0 | 100110 | 11101111 | 11000 | 110011 |
Color Harmonies of #63649F
Complementary color
Monochromatic Colors of #63649F
Black with #63649F
Text Example
Text Example
White with #63649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63649F; }
p { color: rgb(99,100,159); }
H1.HeaderClassName
{
color: #63649F;
}
.AnyTagClassName
{
color: #63649F;
}
</style>
background-color css
<style>
a { background-color: #63649F; }
a { background-color: rgb(99,100,159); }
div.DivClassName
{
background-color: #63649F;
}
.BgClassName
{
background-color: #63649F;
}
</style>
border-color css
<style>
span { border-color: #63649F; }
span { border-color: rgb(99,100,159); }
td.TdClassName
{
border-color: #63649F;
}
.TagClassName
{
border-color: #63649F;
}
</style>