Shades of Honey Flower #634A79
Tints of Honey Flower #634A79
RGB
CMYK
RGB Variations
Color information
#634A79 (or 0x634A79) is known color: Honey Flower. HEX triplet: 63, 4A and 79. RGB value is (99,74,121). Sum of RGB (Red+Green+Blue) = 99+74+121=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #634A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A79 is #9CB586. Grayscale: #565656. Windows color (decimal): -10270087 or 7948899. OLE color: 7948899.
HSL color Cylindrical-coordinate representation of color #634A79: hue angle of 271.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #634A79 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 74 | 121 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.53 |
| HSL | 271.91º | 0.24% | 0.38% | - |
| HSV(B) | 271.91º | 0.39% | 0.47% | - |
| XYZ | 11.05 | 8.93 | 19.23 | - |
| YUV | 86.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 121 | 0.18 | 0.39 | 0 | 0.53 | 271.91 | 0.24 | 0.38 |
| Hex | 63 | 4A | 79 | 12 | 27 | 0 | 35 | 110 | 18 | 26 |
| Octal | 143 | 112 | 171 | 22 | 47 | 0 | 65 | 420 | 30 | 46 |
| Binary | 1100011 | 1001010 | 1111001 | 10010 | 100111 | 0 | 110101 | 100010000 | 11000 | 100110 |
Color Harmonies of #634A79
Complementary color
Monochromatic Colors of #634A79
Black with #634A79
Text Example
Text Example
White with #634A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A79; }
p { color: rgb(99,74,121); }
H1.HeaderClassName
{
color: #634A79;
}
.AnyTagClassName
{
color: #634A79;
}
</style>
background-color css
<style>
a { background-color: #634A79; }
a { background-color: rgb(99,74,121); }
div.DivClassName
{
background-color: #634A79;
}
.BgClassName
{
background-color: #634A79;
}
</style>
border-color css
<style>
span { border-color: #634A79; }
span { border-color: rgb(99,74,121); }
td.TdClassName
{
border-color: #634A79;
}
.TagClassName
{
border-color: #634A79;
}
</style>