Shades of Honey Flower #634A6E
Tints of Honey Flower #634A6E
RGB
CMYK
RGB Variations
Color information
#634A6E (or 0x634A6E) is known color: Honey Flower. HEX triplet: 63, 4A and 6E. RGB value is (99,74,110). Sum of RGB (Red+Green+Blue) = 99+74+110=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #634A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A6E is #9CB591. Grayscale: #555555. Windows color (decimal): -10270098 or 7228003. OLE color: 7228003.
HSL color Cylindrical-coordinate representation of color #634A6E: hue angle of 281.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634A6E is Cyan = 0.1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 74 | 110 | - |
| CMYK | 0.1 | 0.33 | 0 | 0.57 |
| HSL | 281.67º | 0.2% | 0.36% | - |
| HSV(B) | 281.67º | 0.33% | 0.43% | - |
| XYZ | 10.41 | 8.68 | 15.88 | - |
| YUV | 85.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 110 | 0.1 | 0.33 | 0 | 0.57 | 281.67 | 0.2 | 0.36 |
| Hex | 63 | 4A | 6E | A | 21 | 0 | 39 | 11A | 14 | 24 |
| Octal | 143 | 112 | 156 | 12 | 41 | 0 | 71 | 432 | 24 | 44 |
| Binary | 1100011 | 1001010 | 1101110 | 1010 | 100001 | 0 | 111001 | 100011010 | 10100 | 100100 |
Color Harmonies of #634A6E
Complementary color
Monochromatic Colors of #634A6E
Black with #634A6E
Text Example
Text Example
White with #634A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A6E; }
p { color: rgb(99,74,110); }
H1.HeaderClassName
{
color: #634A6E;
}
.AnyTagClassName
{
color: #634A6E;
}
</style>
background-color css
<style>
a { background-color: #634A6E; }
a { background-color: rgb(99,74,110); }
div.DivClassName
{
background-color: #634A6E;
}
.BgClassName
{
background-color: #634A6E;
}
</style>
border-color css
<style>
span { border-color: #634A6E; }
span { border-color: rgb(99,74,110); }
td.TdClassName
{
border-color: #634A6E;
}
.TagClassName
{
border-color: #634A6E;
}
</style>