Shades of Honey Flower #623F72
Tints of Honey Flower #623F72
RGB
CMYK
RGB Variations
Color information
#623F72 (or 0x623F72) is known color: Honey Flower. HEX triplet: 62, 3F and 72. RGB value is (98,63,114). Sum of RGB (Red+Green+Blue) = 98+63+114=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #623F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623F72 is #9DC08D. Grayscale: #4F4F4F. Windows color (decimal): -10338446 or 7487330. OLE color: 7487330.
HSL color Cylindrical-coordinate representation of color #623F72: hue angle of 281.18º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #623F72 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 63 | 114 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.55 |
| HSL | 281.18º | 0.29% | 0.35% | - |
| HSV(B) | 281.18º | 0.45% | 0.45% | - |
| XYZ | 9.85 | 7.37 | 16.82 | - |
| YUV | 79.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 114 | 0.14 | 0.45 | 0 | 0.55 | 281.18 | 0.29 | 0.35 |
| Hex | 62 | 3F | 72 | E | 2D | 0 | 37 | 119 | 1D | 23 |
| Octal | 142 | 77 | 162 | 16 | 55 | 0 | 67 | 431 | 35 | 43 |
| Binary | 1100010 | 111111 | 1110010 | 1110 | 101101 | 0 | 110111 | 100011001 | 11101 | 100011 |
Color Harmonies of #623F72
Complementary color
Monochromatic Colors of #623F72
Black with #623F72
Text Example
Text Example
White with #623F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623F72; }
p { color: rgb(98,63,114); }
H1.HeaderClassName
{
color: #623F72;
}
.AnyTagClassName
{
color: #623F72;
}
</style>
background-color css
<style>
a { background-color: #623F72; }
a { background-color: rgb(98,63,114); }
div.DivClassName
{
background-color: #623F72;
}
.BgClassName
{
background-color: #623F72;
}
</style>
border-color css
<style>
span { border-color: #623F72; }
span { border-color: rgb(98,63,114); }
td.TdClassName
{
border-color: #623F72;
}
.TagClassName
{
border-color: #623F72;
}
</style>