Shades of Honey Flower #63497A
Tints of Honey Flower #63497A
RGB
CMYK
RGB Variations
Color information
#63497A (or 0x63497A) is known color: Honey Flower. HEX triplet: 63, 49 and 7A. RGB value is (99,73,122). Sum of RGB (Red+Green+Blue) = 99+73+122=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #63497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63497A is #9CB685. Grayscale: #565656. Windows color (decimal): -10270342 or 8014179. OLE color: 8014179.
HSL color Cylindrical-coordinate representation of color #63497A: hue angle of 271.84º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63497A is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 73 | 122 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.52 |
| HSL | 271.84º | 0.25% | 0.38% | - |
| HSV(B) | 271.84º | 0.4% | 0.48% | - |
| XYZ | 11.04 | 8.82 | 19.53 | - |
| YUV | 86.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 122 | 0.19 | 0.40 | 0 | 0.52 | 271.84 | 0.25 | 0.38 |
| Hex | 63 | 49 | 7A | 13 | 28 | 0 | 34 | 110 | 19 | 26 |
| Octal | 143 | 111 | 172 | 23 | 50 | 0 | 64 | 420 | 31 | 46 |
| Binary | 1100011 | 1001001 | 1111010 | 10011 | 101000 | 0 | 110100 | 100010000 | 11001 | 100110 |
Color Harmonies of #63497A
Complementary color
Monochromatic Colors of #63497A
Black with #63497A
Text Example
Text Example
White with #63497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63497A; }
p { color: rgb(99,73,122); }
H1.HeaderClassName
{
color: #63497A;
}
.AnyTagClassName
{
color: #63497A;
}
</style>
background-color css
<style>
a { background-color: #63497A; }
a { background-color: rgb(99,73,122); }
div.DivClassName
{
background-color: #63497A;
}
.BgClassName
{
background-color: #63497A;
}
</style>
border-color css
<style>
span { border-color: #63497A; }
span { border-color: rgb(99,73,122); }
td.TdClassName
{
border-color: #63497A;
}
.TagClassName
{
border-color: #63497A;
}
</style>