Shades of Rich Blue #63669C
Tints of Rich Blue #63669C
RGB
CMYK
RGB Variations
Color information
#63669C (or 0x63669C) is known color: Rich Blue. HEX triplet: 63, 66 and 9C. RGB value is (99,102,156). Sum of RGB (Red+Green+Blue) = 99+102+156=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #63669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669C is #9C9963. Grayscale: #6B6B6B. Windows color (decimal): -10262884 or 10249827. OLE color: 10249827.
HSL color Cylindrical-coordinate representation of color #63669C: hue angle of 236.84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63669C is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 102 | 156 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.39 |
| HSL | 236.84º | 0.22% | 0.5% | - |
| HSV(B) | 236.84º | 0.37% | 0.61% | - |
| XYZ | 15.9 | 14.56 | 33.42 | - |
| YUV | 107.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 156 | 0.37 | 0.35 | 0 | 0.39 | 236.84 | 0.22 | 0.5 |
| Hex | 63 | 66 | 9C | 25 | 23 | 0 | 27 | ED | 16 | 32 |
| Octal | 143 | 146 | 234 | 45 | 43 | 0 | 47 | 355 | 26 | 62 |
| Binary | 1100011 | 1100110 | 10011100 | 100101 | 100011 | 0 | 100111 | 11101101 | 10110 | 110010 |
Color Harmonies of #63669C
Complementary color
Monochromatic Colors of #63669C
Black with #63669C
Text Example
Text Example
White with #63669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63669C; }
p { color: rgb(99,102,156); }
H1.HeaderClassName
{
color: #63669C;
}
.AnyTagClassName
{
color: #63669C;
}
</style>
background-color css
<style>
a { background-color: #63669C; }
a { background-color: rgb(99,102,156); }
div.DivClassName
{
background-color: #63669C;
}
.BgClassName
{
background-color: #63669C;
}
</style>
border-color css
<style>
span { border-color: #63669C; }
span { border-color: rgb(99,102,156); }
td.TdClassName
{
border-color: #63669C;
}
.TagClassName
{
border-color: #63669C;
}
</style>