Shades of Honey Flower #623A70
Tints of Honey Flower #623A70
RGB
CMYK
RGB Variations
Color information
#623A70 (or 0x623A70) is known color: Honey Flower. HEX triplet: 62, 3A and 70. RGB value is (98,58,112). Sum of RGB (Red+Green+Blue) = 98+58+112=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #623A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623A70 is #9DC58F. Grayscale: #4B4B4B. Windows color (decimal): -10339728 or 7354978. OLE color: 7354978.
HSL color Cylindrical-coordinate representation of color #623A70: hue angle of 284.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #623A70 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 58 | 112 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.56 |
| HSL | 284.44º | 0.32% | 0.33% | - |
| HSV(B) | 284.44º | 0.48% | 0.44% | - |
| XYZ | 9.47 | 6.79 | 16.14 | - |
| YUV | 76.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 112 | 0.13 | 0.48 | 0 | 0.56 | 284.44 | 0.32 | 0.33 |
| Hex | 62 | 3A | 70 | D | 30 | 0 | 38 | 11C | 20 | 21 |
| Octal | 142 | 72 | 160 | 15 | 60 | 0 | 70 | 434 | 40 | 41 |
| Binary | 1100010 | 111010 | 1110000 | 1101 | 110000 | 0 | 111000 | 100011100 | 100000 | 100001 |
Color Harmonies of #623A70
Complementary color
Monochromatic Colors of #623A70
Black with #623A70
Text Example
Text Example
White with #623A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A70; }
p { color: rgb(98,58,112); }
H1.HeaderClassName
{
color: #623A70;
}
.AnyTagClassName
{
color: #623A70;
}
</style>
background-color css
<style>
a { background-color: #623A70; }
a { background-color: rgb(98,58,112); }
div.DivClassName
{
background-color: #623A70;
}
.BgClassName
{
background-color: #623A70;
}
</style>
border-color css
<style>
span { border-color: #623A70; }
span { border-color: rgb(98,58,112); }
td.TdClassName
{
border-color: #623A70;
}
.TagClassName
{
border-color: #623A70;
}
</style>