Shades of Honey Flower #623C78
Tints of Honey Flower #623C78
RGB
CMYK
RGB Variations
Color information
#623C78 (or 0x623C78) is known color: Honey Flower. HEX triplet: 62, 3C and 78. RGB value is (98,60,120). Sum of RGB (Red+Green+Blue) = 98+60+120=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #623C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623C78 is #9DC387. Grayscale: #4E4E4E. Windows color (decimal): -10339208 or 7879778. OLE color: 7879778.
HSL color Cylindrical-coordinate representation of color #623C78: hue angle of 278º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623C78 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 60 | 120 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.53 |
| HSL | 278º | 0.33% | 0.35% | - |
| HSV(B) | 278º | 0.5% | 0.47% | - |
| XYZ | 10.04 | 7.18 | 18.63 | - |
| YUV | 78.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 120 | 0.18 | 0.5 | 0 | 0.53 | 278 | 0.33 | 0.35 |
| Hex | 62 | 3C | 78 | 12 | 32 | 0 | 35 | 116 | 21 | 23 |
| Octal | 142 | 74 | 170 | 22 | 62 | 0 | 65 | 426 | 41 | 43 |
| Binary | 1100010 | 111100 | 1111000 | 10010 | 110010 | 0 | 110101 | 100010110 | 100001 | 100011 |
Color Harmonies of #623C78
Complementary color
Monochromatic Colors of #623C78
Black with #623C78
Text Example
Text Example
White with #623C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C78; }
p { color: rgb(98,60,120); }
H1.HeaderClassName
{
color: #623C78;
}
.AnyTagClassName
{
color: #623C78;
}
</style>
background-color css
<style>
a { background-color: #623C78; }
a { background-color: rgb(98,60,120); }
div.DivClassName
{
background-color: #623C78;
}
.BgClassName
{
background-color: #623C78;
}
</style>
border-color css
<style>
span { border-color: #623C78; }
span { border-color: rgb(98,60,120); }
td.TdClassName
{
border-color: #623C78;
}
.TagClassName
{
border-color: #623C78;
}
</style>