Shades of Rich Blue #63669B
Tints of Rich Blue #63669B
RGB
CMYK
RGB Variations
Color information
#63669B (or 0x63669B) is known color: Rich Blue. HEX triplet: 63, 66 and 9B. RGB value is (99,102,155). Sum of RGB (Red+Green+Blue) = 99+102+155=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #63669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669B is #9C9964. Grayscale: #6A6A6A. Windows color (decimal): -10262885 or 10184291. OLE color: 10184291.
HSL color Cylindrical-coordinate representation of color #63669B: hue angle of 236.79º 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 #63669B is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 99 | 102 | 155 | - |
CMYK | 0.36 | 0.34 | 0 | 0.39 |
HSL | 236.79º | 0.22% | 0.5% | - |
HSV(B) | 236.79º | 0.36% | 0.61% | - |
XYZ | 15.81 | 14.52 | 32.98 | - |
YUV | 107.15 | 155.01 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 102 | 155 | 0.36 | 0.34 | 0 | 0.39 | 236.79 | 0.22 | 0.5 |
Hex | 63 | 66 | 9B | 24 | 22 | 0 | 27 | ED | 16 | 32 |
Octal | 143 | 146 | 233 | 44 | 42 | 0 | 47 | 355 | 26 | 62 |
Binary | 1100011 | 1100110 | 10011011 | 100100 | 100010 | 0 | 100111 | 11101101 | 10110 | 110010 |
Color Harmonies of #63669B
Complementary color
Monochromatic Colors of #63669B
Black with #63669B
Text Example
Text Example
White with #63669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63669B; }
p { color: rgb(99,102,155); }
H1.HeaderClassName
{
color: #63669B;
}
.AnyTagClassName
{
color: #63669B;
}
</style>
background-color css
<style>
a { background-color: #63669B; }
a { background-color: rgb(99,102,155); }
div.DivClassName
{
background-color: #63669B;
}
.BgClassName
{
background-color: #63669B;
}
</style>
border-color css
<style>
span { border-color: #63669B; }
span { border-color: rgb(99,102,155); }
td.TdClassName
{
border-color: #63669B;
}
.TagClassName
{
border-color: #63669B;
}
</style>