Shades of Honey Flower #63477B
Tints of Honey Flower #63477B
RGB
CMYK
RGB Variations
Color information
#63477B (or 0x63477B) is known color: Honey Flower. HEX triplet: 63, 47 and 7B. RGB value is (99,71,123). Sum of RGB (Red+Green+Blue) = 99+71+123=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #63477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63477B is #9CB884. Grayscale: #555555. Windows color (decimal): -10270853 or 8079203. OLE color: 8079203.
HSL color Cylindrical-coordinate representation of color #63477B: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63477B is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 71 | 123 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.52 |
| HSL | 272.31º | 0.27% | 0.38% | - |
| HSV(B) | 272.31º | 0.42% | 0.48% | - |
| XYZ | 10.97 | 8.59 | 19.82 | - |
| YUV | 85.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 123 | 0.20 | 0.42 | 0 | 0.52 | 272.31 | 0.27 | 0.38 |
| Hex | 63 | 47 | 7B | 14 | 2A | 0 | 34 | 110 | 1B | 26 |
| Octal | 143 | 107 | 173 | 24 | 52 | 0 | 64 | 420 | 33 | 46 |
| Binary | 1100011 | 1000111 | 1111011 | 10100 | 101010 | 0 | 110100 | 100010000 | 11011 | 100110 |
Color Harmonies of #63477B
Complementary color
Monochromatic Colors of #63477B
Black with #63477B
Text Example
Text Example
White with #63477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63477B; }
p { color: rgb(99,71,123); }
H1.HeaderClassName
{
color: #63477B;
}
.AnyTagClassName
{
color: #63477B;
}
</style>
background-color css
<style>
a { background-color: #63477B; }
a { background-color: rgb(99,71,123); }
div.DivClassName
{
background-color: #63477B;
}
.BgClassName
{
background-color: #63477B;
}
</style>
border-color css
<style>
span { border-color: #63477B; }
span { border-color: rgb(99,71,123); }
td.TdClassName
{
border-color: #63477B;
}
.TagClassName
{
border-color: #63477B;
}
</style>