Shades of Honey Flower #63497B
Tints of Honey Flower #63497B
RGB
CMYK
RGB Variations
Color information
#63497B (or 0x63497B) is known color: Honey Flower. HEX triplet: 63, 49 and 7B. RGB value is (99,73,123). Sum of RGB (Red+Green+Blue) = 99+73+123=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #63497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63497B is #9CB684. Grayscale: #565656. Windows color (decimal): -10270341 or 8079715. OLE color: 8079715.
HSL color Cylindrical-coordinate representation of color #63497B: hue angle of 271.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63497B is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 73 | 123 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.52 |
| HSL | 271.2º | 0.26% | 0.38% | - |
| HSV(B) | 271.2º | 0.41% | 0.48% | - |
| XYZ | 11.1 | 8.85 | 19.86 | - |
| YUV | 86.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 123 | 0.20 | 0.41 | 0 | 0.52 | 271.2 | 0.26 | 0.38 |
| Hex | 63 | 49 | 7B | 14 | 29 | 0 | 34 | 10F | 1A | 26 |
| Octal | 143 | 111 | 173 | 24 | 51 | 0 | 64 | 417 | 32 | 46 |
| Binary | 1100011 | 1001001 | 1111011 | 10100 | 101001 | 0 | 110100 | 100001111 | 11010 | 100110 |
Color Harmonies of #63497B
Complementary color
Monochromatic Colors of #63497B
Black with #63497B
Text Example
Text Example
White with #63497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63497B; }
p { color: rgb(99,73,123); }
H1.HeaderClassName
{
color: #63497B;
}
.AnyTagClassName
{
color: #63497B;
}
</style>
background-color css
<style>
a { background-color: #63497B; }
a { background-color: rgb(99,73,123); }
div.DivClassName
{
background-color: #63497B;
}
.BgClassName
{
background-color: #63497B;
}
</style>
border-color css
<style>
span { border-color: #63497B; }
span { border-color: rgb(99,73,123); }
td.TdClassName
{
border-color: #63497B;
}
.TagClassName
{
border-color: #63497B;
}
</style>