Shades of Honey Flower #63456C
Tints of Honey Flower #63456C
RGB
CMYK
RGB Variations
Color information
#63456C (or 0x63456C) is known color: Honey Flower. HEX triplet: 63, 45 and 6C. RGB value is (99,69,108). Sum of RGB (Red+Green+Blue) = 99+69+108=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #63456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63456C is #9CBA93. Grayscale: #525252. Windows color (decimal): -10271380 or 7095651. OLE color: 7095651.
HSL color Cylindrical-coordinate representation of color #63456C: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63456C is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 69 | 108 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.58 |
| HSL | 286.15º | 0.22% | 0.35% | - |
| HSV(B) | 286.15º | 0.36% | 0.42% | - |
| XYZ | 9.98 | 7.99 | 15.2 | - |
| YUV | 82.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 108 | 0.08 | 0.36 | 0 | 0.58 | 286.15 | 0.22 | 0.35 |
| Hex | 63 | 45 | 6C | 8 | 24 | 0 | 3A | 11E | 16 | 23 |
| Octal | 143 | 105 | 154 | 10 | 44 | 0 | 72 | 436 | 26 | 43 |
| Binary | 1100011 | 1000101 | 1101100 | 1000 | 100100 | 0 | 111010 | 100011110 | 10110 | 100011 |
Color Harmonies of #63456C
Complementary color
Monochromatic Colors of #63456C
Black with #63456C
Text Example
Text Example
White with #63456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63456C; }
p { color: rgb(99,69,108); }
H1.HeaderClassName
{
color: #63456C;
}
.AnyTagClassName
{
color: #63456C;
}
</style>
background-color css
<style>
a { background-color: #63456C; }
a { background-color: rgb(99,69,108); }
div.DivClassName
{
background-color: #63456C;
}
.BgClassName
{
background-color: #63456C;
}
</style>
border-color css
<style>
span { border-color: #63456C; }
span { border-color: rgb(99,69,108); }
td.TdClassName
{
border-color: #63456C;
}
.TagClassName
{
border-color: #63456C;
}
</style>