Shades of Rich Blue #63669E
Tints of Rich Blue #63669E
RGB
CMYK
RGB Variations
Color information
#63669E (or 0x63669E) is known color: Rich Blue. HEX triplet: 63, 66 and 9E. RGB value is (99,102,158). Sum of RGB (Red+Green+Blue) = 99+102+158=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #63669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669E is #9C9961. Grayscale: #6B6B6B. Windows color (decimal): -10262882 or 10380899. OLE color: 10380899.
HSL color Cylindrical-coordinate representation of color #63669E: hue angle of 236.95º 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 #63669E is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 102 | 158 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.38 |
| HSL | 236.95º | 0.23% | 0.5% | - |
| HSV(B) | 236.95º | 0.37% | 0.62% | - |
| XYZ | 16.07 | 14.62 | 34.32 | - |
| YUV | 107.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 158 | 0.37 | 0.35 | 0 | 0.38 | 236.95 | 0.23 | 0.5 |
| Hex | 63 | 66 | 9E | 25 | 23 | 0 | 26 | ED | 17 | 32 |
| Octal | 143 | 146 | 236 | 45 | 43 | 0 | 46 | 355 | 27 | 62 |
| Binary | 1100011 | 1100110 | 10011110 | 100101 | 100011 | 0 | 100110 | 11101101 | 10111 | 110010 |
Color Harmonies of #63669E
Complementary color
Monochromatic Colors of #63669E
Black with #63669E
Text Example
Text Example
White with #63669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63669E; }
p { color: rgb(99,102,158); }
H1.HeaderClassName
{
color: #63669E;
}
.AnyTagClassName
{
color: #63669E;
}
</style>
background-color css
<style>
a { background-color: #63669E; }
a { background-color: rgb(99,102,158); }
div.DivClassName
{
background-color: #63669E;
}
.BgClassName
{
background-color: #63669E;
}
</style>
border-color css
<style>
span { border-color: #63669E; }
span { border-color: rgb(99,102,158); }
td.TdClassName
{
border-color: #63669E;
}
.TagClassName
{
border-color: #63669E;
}
</style>