Shades of Rich Blue #63679A
Tints of Rich Blue #63679A
RGB
CMYK
RGB Variations
Color information
#63679A (or 0x63679A) is known color: Rich Blue. HEX triplet: 63, 67 and 9A. RGB value is (99,103,154). Sum of RGB (Red+Green+Blue) = 99+103+154=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #63679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63679A is #9C9865. Grayscale: #6B6B6B. Windows color (decimal): -10262630 or 10119011. OLE color: 10119011.
HSL color Cylindrical-coordinate representation of color #63679A: hue angle of 235.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63679A is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 103 | 154 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.40 |
| HSL | 235.64º | 0.22% | 0.5% | - |
| HSV(B) | 235.64º | 0.36% | 0.6% | - |
| XYZ | 15.83 | 14.69 | 32.57 | - |
| YUV | 107.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 154 | 0.36 | 0.33 | 0 | 0.40 | 235.64 | 0.22 | 0.5 |
| Hex | 63 | 67 | 9A | 24 | 21 | 0 | 28 | EC | 16 | 32 |
| Octal | 143 | 147 | 232 | 44 | 41 | 0 | 50 | 354 | 26 | 62 |
| Binary | 1100011 | 1100111 | 10011010 | 100100 | 100001 | 0 | 101000 | 11101100 | 10110 | 110010 |
Color Harmonies of #63679A
Complementary color
Monochromatic Colors of #63679A
Black with #63679A
Text Example
Text Example
White with #63679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63679A; }
p { color: rgb(99,103,154); }
H1.HeaderClassName
{
color: #63679A;
}
.AnyTagClassName
{
color: #63679A;
}
</style>
background-color css
<style>
a { background-color: #63679A; }
a { background-color: rgb(99,103,154); }
div.DivClassName
{
background-color: #63679A;
}
.BgClassName
{
background-color: #63679A;
}
</style>
border-color css
<style>
span { border-color: #63679A; }
span { border-color: rgb(99,103,154); }
td.TdClassName
{
border-color: #63679A;
}
.TagClassName
{
border-color: #63679A;
}
</style>