Shades of Rich Blue #63639D
Tints of Rich Blue #63639D
RGB
CMYK
RGB Variations
Color information
#63639D (or 0x63639D) is known color: Rich Blue. HEX triplet: 63, 63 and 9D. RGB value is (99,99,157). Sum of RGB (Red+Green+Blue) = 99+99+157=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #63639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63639D is #9C9C62. Grayscale: #696969. Windows color (decimal): -10263651 or 10314595. OLE color: 10314595.
HSL color Cylindrical-coordinate representation of color #63639D: hue angle of 240º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63639D is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 99 | 157 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.38 |
| HSL | 240º | 0.23% | 0.5% | - |
| HSV(B) | 240º | 0.37% | 0.62% | - |
| XYZ | 15.69 | 14.01 | 33.78 | - |
| YUV | 105.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 157 | 0.37 | 0.37 | 0 | 0.38 | 240 | 0.23 | 0.5 |
| Hex | 63 | 63 | 9D | 25 | 25 | 0 | 26 | F0 | 17 | 32 |
| Octal | 143 | 143 | 235 | 45 | 45 | 0 | 46 | 360 | 27 | 62 |
| Binary | 1100011 | 1100011 | 10011101 | 100101 | 100101 | 0 | 100110 | 11110000 | 10111 | 110010 |
Color Harmonies of #63639D
Complementary color
Monochromatic Colors of #63639D
Black with #63639D
Text Example
Text Example
White with #63639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63639D; }
p { color: rgb(99,99,157); }
H1.HeaderClassName
{
color: #63639D;
}
.AnyTagClassName
{
color: #63639D;
}
</style>
background-color css
<style>
a { background-color: #63639D; }
a { background-color: rgb(99,99,157); }
div.DivClassName
{
background-color: #63639D;
}
.BgClassName
{
background-color: #63639D;
}
</style>
border-color css
<style>
span { border-color: #63639D; }
span { border-color: rgb(99,99,157); }
td.TdClassName
{
border-color: #63639D;
}
.TagClassName
{
border-color: #63639D;
}
</style>