Shades of Honey Flower #63426C
Tints of Honey Flower #63426C
RGB
CMYK
RGB Variations
Color information
#63426C (or 0x63426C) is known color: Honey Flower. HEX triplet: 63, 42 and 6C. RGB value is (99,66,108). Sum of RGB (Red+Green+Blue) = 99+66+108=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #63426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63426C is #9CBD93. Grayscale: #505050. Windows color (decimal): -10272148 or 7094883. OLE color: 7094883.
HSL color Cylindrical-coordinate representation of color #63426C: hue angle of 287.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63426C is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 66 | 108 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.58 |
| HSL | 287.14º | 0.24% | 0.34% | - |
| HSV(B) | 287.14º | 0.39% | 0.42% | - |
| XYZ | 9.8 | 7.63 | 15.14 | - |
| YUV | 80.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 108 | 0.08 | 0.39 | 0 | 0.58 | 287.14 | 0.24 | 0.34 |
| Hex | 63 | 42 | 6C | 8 | 27 | 0 | 3A | 11F | 18 | 22 |
| Octal | 143 | 102 | 154 | 10 | 47 | 0 | 72 | 437 | 30 | 42 |
| Binary | 1100011 | 1000010 | 1101100 | 1000 | 100111 | 0 | 111010 | 100011111 | 11000 | 100010 |
Color Harmonies of #63426C
Complementary color
Monochromatic Colors of #63426C
Black with #63426C
Text Example
Text Example
White with #63426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63426C; }
p { color: rgb(99,66,108); }
H1.HeaderClassName
{
color: #63426C;
}
.AnyTagClassName
{
color: #63426C;
}
</style>
background-color css
<style>
a { background-color: #63426C; }
a { background-color: rgb(99,66,108); }
div.DivClassName
{
background-color: #63426C;
}
.BgClassName
{
background-color: #63426C;
}
</style>
border-color css
<style>
span { border-color: #63426C; }
span { border-color: rgb(99,66,108); }
td.TdClassName
{
border-color: #63426C;
}
.TagClassName
{
border-color: #63426C;
}
</style>