Shades of Honey Flower #623C70
Tints of Honey Flower #623C70
RGB
CMYK
RGB Variations
Color information
#623C70 (or 0x623C70) is known color: Honey Flower. HEX triplet: 62, 3C and 70. RGB value is (98,60,112). Sum of RGB (Red+Green+Blue) = 98+60+112=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #623C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623C70 is #9DC38F. Grayscale: #4D4D4D. Windows color (decimal): -10339216 or 7355490. OLE color: 7355490.
HSL color Cylindrical-coordinate representation of color #623C70: hue angle of 283.85º 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 #623C70 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 60 | 112 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.56 |
| HSL | 283.85º | 0.3% | 0.34% | - |
| HSV(B) | 283.85º | 0.46% | 0.44% | - |
| XYZ | 9.58 | 7 | 16.18 | - |
| YUV | 77.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 112 | 0.13 | 0.46 | 0 | 0.56 | 283.85 | 0.3 | 0.34 |
| Hex | 62 | 3C | 70 | D | 2E | 0 | 38 | 11C | 1E | 22 |
| Octal | 142 | 74 | 160 | 15 | 56 | 0 | 70 | 434 | 36 | 42 |
| Binary | 1100010 | 111100 | 1110000 | 1101 | 101110 | 0 | 111000 | 100011100 | 11110 | 100010 |
Color Harmonies of #623C70
Complementary color
Monochromatic Colors of #623C70
Black with #623C70
Text Example
Text Example
White with #623C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C70; }
p { color: rgb(98,60,112); }
H1.HeaderClassName
{
color: #623C70;
}
.AnyTagClassName
{
color: #623C70;
}
</style>
background-color css
<style>
a { background-color: #623C70; }
a { background-color: rgb(98,60,112); }
div.DivClassName
{
background-color: #623C70;
}
.BgClassName
{
background-color: #623C70;
}
</style>
border-color css
<style>
span { border-color: #623C70; }
span { border-color: rgb(98,60,112); }
td.TdClassName
{
border-color: #623C70;
}
.TagClassName
{
border-color: #623C70;
}
</style>