Shades of Honey Flower #633C6F
Tints of Honey Flower #633C6F
RGB
CMYK
RGB Variations
Color information
#633C6F (or 0x633C6F) is known color: Honey Flower. HEX triplet: 63, 3C and 6F. RGB value is (99,60,111). Sum of RGB (Red+Green+Blue) = 99+60+111=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #633C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C6F is #9CC390. Grayscale: #4D4D4D. Windows color (decimal): -10273681 or 7289955. OLE color: 7289955.
HSL color Cylindrical-coordinate representation of color #633C6F: hue angle of 285.88º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #633C6F is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 60 | 111 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.56 |
| HSL | 285.88º | 0.3% | 0.34% | - |
| HSV(B) | 285.88º | 0.46% | 0.44% | - |
| XYZ | 9.63 | 7.03 | 15.89 | - |
| YUV | 77.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 111 | 0.11 | 0.46 | 0 | 0.56 | 285.88 | 0.3 | 0.34 |
| Hex | 63 | 3C | 6F | B | 2E | 0 | 38 | 11E | 1E | 22 |
| Octal | 143 | 74 | 157 | 13 | 56 | 0 | 70 | 436 | 36 | 42 |
| Binary | 1100011 | 111100 | 1101111 | 1011 | 101110 | 0 | 111000 | 100011110 | 11110 | 100010 |
Color Harmonies of #633C6F
Complementary color
Monochromatic Colors of #633C6F
Black with #633C6F
Text Example
Text Example
White with #633C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C6F; }
p { color: rgb(99,60,111); }
H1.HeaderClassName
{
color: #633C6F;
}
.AnyTagClassName
{
color: #633C6F;
}
</style>
background-color css
<style>
a { background-color: #633C6F; }
a { background-color: rgb(99,60,111); }
div.DivClassName
{
background-color: #633C6F;
}
.BgClassName
{
background-color: #633C6F;
}
</style>
border-color css
<style>
span { border-color: #633C6F; }
span { border-color: rgb(99,60,111); }
td.TdClassName
{
border-color: #633C6F;
}
.TagClassName
{
border-color: #633C6F;
}
</style>