Shades of Rich Blue #63689B
Tints of Rich Blue #63689B
RGB
CMYK
RGB Variations
Color information
#63689B (or 0x63689B) is known color: Rich Blue. HEX triplet: 63, 68 and 9B. RGB value is (99,104,155). Sum of RGB (Red+Green+Blue) = 99+104+155=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #63689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63689B is #9C9764. Grayscale: #6C6C6C. Windows color (decimal): -10262373 or 10184803. OLE color: 10184803.
HSL color Cylindrical-coordinate representation of color #63689B: hue angle of 234.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63689B is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 104 | 155 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.39 |
| HSL | 234.64º | 0.22% | 0.5% | - |
| HSV(B) | 234.64º | 0.36% | 0.61% | - |
| XYZ | 16.01 | 14.92 | 33.05 | - |
| YUV | 108.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 155 | 0.36 | 0.33 | 0 | 0.39 | 234.64 | 0.22 | 0.5 |
| Hex | 63 | 68 | 9B | 24 | 21 | 0 | 27 | EB | 16 | 32 |
| Octal | 143 | 150 | 233 | 44 | 41 | 0 | 47 | 353 | 26 | 62 |
| Binary | 1100011 | 1101000 | 10011011 | 100100 | 100001 | 0 | 100111 | 11101011 | 10110 | 110010 |
Color Harmonies of #63689B
Complementary color
Monochromatic Colors of #63689B
Black with #63689B
Text Example
Text Example
White with #63689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63689B; }
p { color: rgb(99,104,155); }
H1.HeaderClassName
{
color: #63689B;
}
.AnyTagClassName
{
color: #63689B;
}
</style>
background-color css
<style>
a { background-color: #63689B; }
a { background-color: rgb(99,104,155); }
div.DivClassName
{
background-color: #63689B;
}
.BgClassName
{
background-color: #63689B;
}
</style>
border-color css
<style>
span { border-color: #63689B; }
span { border-color: rgb(99,104,155); }
td.TdClassName
{
border-color: #63689B;
}
.TagClassName
{
border-color: #63689B;
}
</style>