Shades of Honey Flower #633D70
Tints of Honey Flower #633D70
RGB
CMYK
RGB Variations
Color information
#633D70 (or 0x633D70) is known color: Honey Flower. HEX triplet: 63, 3D and 70. RGB value is (99,61,112). Sum of RGB (Red+Green+Blue) = 99+61+112=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #633D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D70 is #9CC28F. Grayscale: #4E4E4E. Windows color (decimal): -10273424 or 7355747. OLE color: 7355747.
HSL color Cylindrical-coordinate representation of color #633D70: hue angle of 284.71º degrees, saturation: 0.29, 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 #633D70 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 61 | 112 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.56 |
| HSL | 284.71º | 0.29% | 0.34% | - |
| HSV(B) | 284.71º | 0.46% | 0.44% | - |
| XYZ | 9.74 | 7.16 | 16.2 | - |
| YUV | 78.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 112 | 0.12 | 0.46 | 0 | 0.56 | 284.71 | 0.29 | 0.34 |
| Hex | 63 | 3D | 70 | C | 2E | 0 | 38 | 11D | 1D | 22 |
| Octal | 143 | 75 | 160 | 14 | 56 | 0 | 70 | 435 | 35 | 42 |
| Binary | 1100011 | 111101 | 1110000 | 1100 | 101110 | 0 | 111000 | 100011101 | 11101 | 100010 |
Color Harmonies of #633D70
Complementary color
Monochromatic Colors of #633D70
Black with #633D70
Text Example
Text Example
White with #633D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D70; }
p { color: rgb(99,61,112); }
H1.HeaderClassName
{
color: #633D70;
}
.AnyTagClassName
{
color: #633D70;
}
</style>
background-color css
<style>
a { background-color: #633D70; }
a { background-color: rgb(99,61,112); }
div.DivClassName
{
background-color: #633D70;
}
.BgClassName
{
background-color: #633D70;
}
</style>
border-color css
<style>
span { border-color: #633D70; }
span { border-color: rgb(99,61,112); }
td.TdClassName
{
border-color: #633D70;
}
.TagClassName
{
border-color: #633D70;
}
</style>