Shades of Rich Blue #63679D
Tints of Rich Blue #63679D
RGB
CMYK
RGB Variations
Color information
#63679D (or 0x63679D) is known color: Rich Blue. HEX triplet: 63, 67 and 9D. RGB value is (99,103,157). Sum of RGB (Red+Green+Blue) = 99+103+157=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #63679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63679D is #9C9862. Grayscale: #6B6B6B. Windows color (decimal): -10262627 or 10315619. OLE color: 10315619.
HSL color Cylindrical-coordinate representation of color #63679D: hue angle of 235.86º 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 #63679D is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 103 | 157 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.38 |
| HSL | 235.86º | 0.23% | 0.5% | - |
| HSV(B) | 235.86º | 0.37% | 0.62% | - |
| XYZ | 16.08 | 14.79 | 33.9 | - |
| YUV | 107.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 157 | 0.37 | 0.34 | 0 | 0.38 | 235.86 | 0.23 | 0.5 |
| Hex | 63 | 67 | 9D | 25 | 22 | 0 | 26 | EC | 17 | 32 |
| Octal | 143 | 147 | 235 | 45 | 42 | 0 | 46 | 354 | 27 | 62 |
| Binary | 1100011 | 1100111 | 10011101 | 100101 | 100010 | 0 | 100110 | 11101100 | 10111 | 110010 |
Color Harmonies of #63679D
Complementary color
Monochromatic Colors of #63679D
Black with #63679D
Text Example
Text Example
White with #63679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63679D; }
p { color: rgb(99,103,157); }
H1.HeaderClassName
{
color: #63679D;
}
.AnyTagClassName
{
color: #63679D;
}
</style>
background-color css
<style>
a { background-color: #63679D; }
a { background-color: rgb(99,103,157); }
div.DivClassName
{
background-color: #63679D;
}
.BgClassName
{
background-color: #63679D;
}
</style>
border-color css
<style>
span { border-color: #63679D; }
span { border-color: rgb(99,103,157); }
td.TdClassName
{
border-color: #63679D;
}
.TagClassName
{
border-color: #63679D;
}
</style>