Shades of Honey Flower #623A76
Tints of Honey Flower #623A76
RGB
CMYK
RGB Variations
Color information
#623A76 (or 0x623A76) is known color: Honey Flower. HEX triplet: 62, 3A and 76. RGB value is (98,58,118). Sum of RGB (Red+Green+Blue) = 98+58+118=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #623A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623A76 is #9DC589. Grayscale: #4C4C4C. Windows color (decimal): -10339722 or 7748194. OLE color: 7748194.
HSL color Cylindrical-coordinate representation of color #623A76: hue angle of 280º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #623A76 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 58 | 118 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.54 |
| HSL | 280º | 0.34% | 0.35% | - |
| HSV(B) | 280º | 0.51% | 0.46% | - |
| XYZ | 9.82 | 6.93 | 17.96 | - |
| YUV | 76.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 118 | 0.17 | 0.51 | 0 | 0.54 | 280 | 0.34 | 0.35 |
| Hex | 62 | 3A | 76 | 11 | 33 | 0 | 36 | 118 | 22 | 23 |
| Octal | 142 | 72 | 166 | 21 | 63 | 0 | 66 | 430 | 42 | 43 |
| Binary | 1100010 | 111010 | 1110110 | 10001 | 110011 | 0 | 110110 | 100011000 | 100010 | 100011 |
Color Harmonies of #623A76
Complementary color
Monochromatic Colors of #623A76
Black with #623A76
Text Example
Text Example
White with #623A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A76; }
p { color: rgb(98,58,118); }
H1.HeaderClassName
{
color: #623A76;
}
.AnyTagClassName
{
color: #623A76;
}
</style>
background-color css
<style>
a { background-color: #623A76; }
a { background-color: rgb(98,58,118); }
div.DivClassName
{
background-color: #623A76;
}
.BgClassName
{
background-color: #623A76;
}
</style>
border-color css
<style>
span { border-color: #623A76; }
span { border-color: rgb(98,58,118); }
td.TdClassName
{
border-color: #623A76;
}
.TagClassName
{
border-color: #623A76;
}
</style>