Shades of Rich Blue #63659D
Tints of Rich Blue #63659D
RGB
CMYK
RGB Variations
Color information
#63659D (or 0x63659D) is known color: Rich Blue. HEX triplet: 63, 65 and 9D. RGB value is (99,101,157). Sum of RGB (Red+Green+Blue) = 99+101+157=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #63659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63659D is #9C9A62. Grayscale: #6A6A6A. Windows color (decimal): -10263139 or 10315107. OLE color: 10315107.
HSL color Cylindrical-coordinate representation of color #63659D: hue angle of 237.93º 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 #63659D is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 101 | 157 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.38 |
| HSL | 237.93º | 0.23% | 0.5% | - |
| HSV(B) | 237.93º | 0.37% | 0.62% | - |
| XYZ | 15.89 | 14.39 | 33.84 | - |
| YUV | 106.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 157 | 0.37 | 0.36 | 0 | 0.38 | 237.93 | 0.23 | 0.5 |
| Hex | 63 | 65 | 9D | 25 | 24 | 0 | 26 | EE | 17 | 32 |
| Octal | 143 | 145 | 235 | 45 | 44 | 0 | 46 | 356 | 27 | 62 |
| Binary | 1100011 | 1100101 | 10011101 | 100101 | 100100 | 0 | 100110 | 11101110 | 10111 | 110010 |
Color Harmonies of #63659D
Complementary color
Monochromatic Colors of #63659D
Black with #63659D
Text Example
Text Example
White with #63659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63659D; }
p { color: rgb(99,101,157); }
H1.HeaderClassName
{
color: #63659D;
}
.AnyTagClassName
{
color: #63659D;
}
</style>
background-color css
<style>
a { background-color: #63659D; }
a { background-color: rgb(99,101,157); }
div.DivClassName
{
background-color: #63659D;
}
.BgClassName
{
background-color: #63659D;
}
</style>
border-color css
<style>
span { border-color: #63659D; }
span { border-color: rgb(99,101,157); }
td.TdClassName
{
border-color: #63659D;
}
.TagClassName
{
border-color: #63659D;
}
</style>