Shades of Honey Flower #63476E
Tints of Honey Flower #63476E
RGB
CMYK
RGB Variations
Color information
#63476E (or 0x63476E) is known color: Honey Flower. HEX triplet: 63, 47 and 6E. RGB value is (99,71,110). Sum of RGB (Red+Green+Blue) = 99+71+110=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #63476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63476E is #9CB891. Grayscale: #535353. Windows color (decimal): -10270866 or 7227235. OLE color: 7227235.
HSL color Cylindrical-coordinate representation of color #63476E: hue angle of 283.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63476E is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 71 | 110 | - |
| CMYK | 0.1 | 0.35 | 0 | 0.57 |
| HSL | 283.08º | 0.22% | 0.35% | - |
| HSV(B) | 283.08º | 0.35% | 0.43% | - |
| XYZ | 10.21 | 8.28 | 15.81 | - |
| YUV | 83.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 110 | 0.1 | 0.35 | 0 | 0.57 | 283.08 | 0.22 | 0.35 |
| Hex | 63 | 47 | 6E | A | 23 | 0 | 39 | 11B | 16 | 23 |
| Octal | 143 | 107 | 156 | 12 | 43 | 0 | 71 | 433 | 26 | 43 |
| Binary | 1100011 | 1000111 | 1101110 | 1010 | 100011 | 0 | 111001 | 100011011 | 10110 | 100011 |
Color Harmonies of #63476E
Complementary color
Monochromatic Colors of #63476E
Black with #63476E
Text Example
Text Example
White with #63476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63476E; }
p { color: rgb(99,71,110); }
H1.HeaderClassName
{
color: #63476E;
}
.AnyTagClassName
{
color: #63476E;
}
</style>
background-color css
<style>
a { background-color: #63476E; }
a { background-color: rgb(99,71,110); }
div.DivClassName
{
background-color: #63476E;
}
.BgClassName
{
background-color: #63476E;
}
</style>
border-color css
<style>
span { border-color: #63476E; }
span { border-color: rgb(99,71,110); }
td.TdClassName
{
border-color: #63476E;
}
.TagClassName
{
border-color: #63476E;
}
</style>