Shades of Honey Flower #634A6F
Tints of Honey Flower #634A6F
RGB
CMYK
RGB Variations
Color information
#634A6F (or 0x634A6F) is known color: Honey Flower. HEX triplet: 63, 4A and 6F. RGB value is (99,74,111). Sum of RGB (Red+Green+Blue) = 99+74+111=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #634A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A6F is #9CB590. Grayscale: #555555. Windows color (decimal): -10270097 or 7293539. OLE color: 7293539.
HSL color Cylindrical-coordinate representation of color #634A6F: hue angle of 280.54º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634A6F is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 74 | 111 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.56 |
| HSL | 280.54º | 0.2% | 0.36% | - |
| HSV(B) | 280.54º | 0.33% | 0.44% | - |
| XYZ | 10.46 | 8.7 | 16.17 | - |
| YUV | 85.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 111 | 0.11 | 0.33 | 0 | 0.56 | 280.54 | 0.2 | 0.36 |
| Hex | 63 | 4A | 6F | B | 21 | 0 | 38 | 119 | 14 | 24 |
| Octal | 143 | 112 | 157 | 13 | 41 | 0 | 70 | 431 | 24 | 44 |
| Binary | 1100011 | 1001010 | 1101111 | 1011 | 100001 | 0 | 111000 | 100011001 | 10100 | 100100 |
Color Harmonies of #634A6F
Complementary color
Monochromatic Colors of #634A6F
Black with #634A6F
Text Example
Text Example
White with #634A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A6F; }
p { color: rgb(99,74,111); }
H1.HeaderClassName
{
color: #634A6F;
}
.AnyTagClassName
{
color: #634A6F;
}
</style>
background-color css
<style>
a { background-color: #634A6F; }
a { background-color: rgb(99,74,111); }
div.DivClassName
{
background-color: #634A6F;
}
.BgClassName
{
background-color: #634A6F;
}
</style>
border-color css
<style>
span { border-color: #634A6F; }
span { border-color: rgb(99,74,111); }
td.TdClassName
{
border-color: #634A6F;
}
.TagClassName
{
border-color: #634A6F;
}
</style>