Shades of Honey Flower #634C75
Tints of Honey Flower #634C75
RGB
CMYK
RGB Variations
Color information
#634C75 (or 0x634C75) is known color: Honey Flower. HEX triplet: 63, 4C and 75. RGB value is (99,76,117). Sum of RGB (Red+Green+Blue) = 99+76+117=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #634C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C75 is #9CB38A. Grayscale: #575757. Windows color (decimal): -10269579 or 7687267. OLE color: 7687267.
HSL color Cylindrical-coordinate representation of color #634C75: hue angle of 273.66º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634C75 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 76 | 117 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.54 |
| HSL | 273.66º | 0.21% | 0.38% | - |
| HSV(B) | 273.66º | 0.35% | 0.46% | - |
| XYZ | 10.94 | 9.11 | 18.01 | - |
| YUV | 87.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 117 | 0.15 | 0.35 | 0 | 0.54 | 273.66 | 0.21 | 0.38 |
| Hex | 63 | 4C | 75 | F | 23 | 0 | 36 | 112 | 15 | 26 |
| Octal | 143 | 114 | 165 | 17 | 43 | 0 | 66 | 422 | 25 | 46 |
| Binary | 1100011 | 1001100 | 1110101 | 1111 | 100011 | 0 | 110110 | 100010010 | 10101 | 100110 |
Color Harmonies of #634C75
Complementary color
Monochromatic Colors of #634C75
Black with #634C75
Text Example
Text Example
White with #634C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C75; }
p { color: rgb(99,76,117); }
H1.HeaderClassName
{
color: #634C75;
}
.AnyTagClassName
{
color: #634C75;
}
</style>
background-color css
<style>
a { background-color: #634C75; }
a { background-color: rgb(99,76,117); }
div.DivClassName
{
background-color: #634C75;
}
.BgClassName
{
background-color: #634C75;
}
</style>
border-color css
<style>
span { border-color: #634C75; }
span { border-color: rgb(99,76,117); }
td.TdClassName
{
border-color: #634C75;
}
.TagClassName
{
border-color: #634C75;
}
</style>