Shades of Honey Flower #633F70
Tints of Honey Flower #633F70
RGB
CMYK
RGB Variations
Color information
#633F70 (or 0x633F70) is known color: Honey Flower. HEX triplet: 63, 3F and 70. RGB value is (99,63,112). Sum of RGB (Red+Green+Blue) = 99+63+112=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #633F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F70 is #9CC08F. Grayscale: #4F4F4F. Windows color (decimal): -10272912 or 7356259. OLE color: 7356259.
HSL color Cylindrical-coordinate representation of color #633F70: hue angle of 284.08º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #633F70 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 63 | 112 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.56 |
| HSL | 284.08º | 0.28% | 0.34% | - |
| HSV(B) | 284.08º | 0.44% | 0.44% | - |
| XYZ | 9.85 | 7.38 | 16.23 | - |
| YUV | 79.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 112 | 0.12 | 0.44 | 0 | 0.56 | 284.08 | 0.28 | 0.34 |
| Hex | 63 | 3F | 70 | C | 2C | 0 | 38 | 11C | 1C | 22 |
| Octal | 143 | 77 | 160 | 14 | 54 | 0 | 70 | 434 | 34 | 42 |
| Binary | 1100011 | 111111 | 1110000 | 1100 | 101100 | 0 | 111000 | 100011100 | 11100 | 100010 |
Color Harmonies of #633F70
Complementary color
Monochromatic Colors of #633F70
Black with #633F70
Text Example
Text Example
White with #633F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F70; }
p { color: rgb(99,63,112); }
H1.HeaderClassName
{
color: #633F70;
}
.AnyTagClassName
{
color: #633F70;
}
</style>
background-color css
<style>
a { background-color: #633F70; }
a { background-color: rgb(99,63,112); }
div.DivClassName
{
background-color: #633F70;
}
.BgClassName
{
background-color: #633F70;
}
</style>
border-color css
<style>
span { border-color: #633F70; }
span { border-color: rgb(99,63,112); }
td.TdClassName
{
border-color: #633F70;
}
.TagClassName
{
border-color: #633F70;
}
</style>