Shades of Honey Flower #63466C
Tints of Honey Flower #63466C
RGB
CMYK
RGB Variations
Color information
#63466C (or 0x63466C) is known color: Honey Flower. HEX triplet: 63, 46 and 6C. RGB value is (99,70,108). Sum of RGB (Red+Green+Blue) = 99+70+108=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #63466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63466C is #9CB993. Grayscale: #525252. Windows color (decimal): -10271124 or 7095907. OLE color: 7095907.
HSL color Cylindrical-coordinate representation of color #63466C: hue angle of 285.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63466C is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 70 | 108 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.58 |
| HSL | 285.79º | 0.21% | 0.35% | - |
| HSV(B) | 285.79º | 0.35% | 0.42% | - |
| XYZ | 10.04 | 8.12 | 15.22 | - |
| YUV | 83 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 108 | 0.08 | 0.35 | 0 | 0.58 | 285.79 | 0.21 | 0.35 |
| Hex | 63 | 46 | 6C | 8 | 23 | 0 | 3A | 11E | 15 | 23 |
| Octal | 143 | 106 | 154 | 10 | 43 | 0 | 72 | 436 | 25 | 43 |
| Binary | 1100011 | 1000110 | 1101100 | 1000 | 100011 | 0 | 111010 | 100011110 | 10101 | 100011 |
Color Harmonies of #63466C
Complementary color
Monochromatic Colors of #63466C
Black with #63466C
Text Example
Text Example
White with #63466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63466C; }
p { color: rgb(99,70,108); }
H1.HeaderClassName
{
color: #63466C;
}
.AnyTagClassName
{
color: #63466C;
}
</style>
background-color css
<style>
a { background-color: #63466C; }
a { background-color: rgb(99,70,108); }
div.DivClassName
{
background-color: #63466C;
}
.BgClassName
{
background-color: #63466C;
}
</style>
border-color css
<style>
span { border-color: #63466C; }
span { border-color: rgb(99,70,108); }
td.TdClassName
{
border-color: #63466C;
}
.TagClassName
{
border-color: #63466C;
}
</style>