Shades of Honey Flower #63476C
Tints of Honey Flower #63476C
RGB
CMYK
RGB Variations
Color information
#63476C (or 0x63476C) is known color: Honey Flower. HEX triplet: 63, 47 and 6C. RGB value is (99,71,108). Sum of RGB (Red+Green+Blue) = 99+71+108=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #63476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63476C is #9CB893. Grayscale: #535353. Windows color (decimal): -10270868 or 7096163. OLE color: 7096163.
HSL color Cylindrical-coordinate representation of color #63476C: hue angle of 285.41º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63476C is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 71 | 108 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.58 |
| HSL | 285.41º | 0.21% | 0.35% | - |
| HSV(B) | 285.41º | 0.34% | 0.42% | - |
| XYZ | 10.11 | 8.24 | 15.25 | - |
| YUV | 83.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 108 | 0.08 | 0.34 | 0 | 0.58 | 285.41 | 0.21 | 0.35 |
| Hex | 63 | 47 | 6C | 8 | 22 | 0 | 3A | 11D | 15 | 23 |
| Octal | 143 | 107 | 154 | 10 | 42 | 0 | 72 | 435 | 25 | 43 |
| Binary | 1100011 | 1000111 | 1101100 | 1000 | 100010 | 0 | 111010 | 100011101 | 10101 | 100011 |
Color Harmonies of #63476C
Complementary color
Monochromatic Colors of #63476C
Black with #63476C
Text Example
Text Example
White with #63476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63476C; }
p { color: rgb(99,71,108); }
H1.HeaderClassName
{
color: #63476C;
}
.AnyTagClassName
{
color: #63476C;
}
</style>
background-color css
<style>
a { background-color: #63476C; }
a { background-color: rgb(99,71,108); }
div.DivClassName
{
background-color: #63476C;
}
.BgClassName
{
background-color: #63476C;
}
</style>
border-color css
<style>
span { border-color: #63476C; }
span { border-color: rgb(99,71,108); }
td.TdClassName
{
border-color: #63476C;
}
.TagClassName
{
border-color: #63476C;
}
</style>