Shades of Honey Flower #623C75
Tints of Honey Flower #623C75
RGB
CMYK
RGB Variations
Color information
#623C75 (or 0x623C75) is known color: Honey Flower. HEX triplet: 62, 3C and 75. RGB value is (98,60,117). Sum of RGB (Red+Green+Blue) = 98+60+117=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #623C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623C75 is #9DC38A. Grayscale: #4D4D4D. Windows color (decimal): -10339211 or 7683170. OLE color: 7683170.
HSL color Cylindrical-coordinate representation of color #623C75: hue angle of 280º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623C75 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 60 | 117 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.54 |
| HSL | 280º | 0.32% | 0.35% | - |
| HSV(B) | 280º | 0.49% | 0.46% | - |
| XYZ | 9.86 | 7.11 | 17.68 | - |
| YUV | 77.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 117 | 0.16 | 0.49 | 0 | 0.54 | 280 | 0.32 | 0.35 |
| Hex | 62 | 3C | 75 | 10 | 31 | 0 | 36 | 118 | 20 | 23 |
| Octal | 142 | 74 | 165 | 20 | 61 | 0 | 66 | 430 | 40 | 43 |
| Binary | 1100010 | 111100 | 1110101 | 10000 | 110001 | 0 | 110110 | 100011000 | 100000 | 100011 |
Color Harmonies of #623C75
Complementary color
Monochromatic Colors of #623C75
Black with #623C75
Text Example
Text Example
White with #623C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C75; }
p { color: rgb(98,60,117); }
H1.HeaderClassName
{
color: #623C75;
}
.AnyTagClassName
{
color: #623C75;
}
</style>
background-color css
<style>
a { background-color: #623C75; }
a { background-color: rgb(98,60,117); }
div.DivClassName
{
background-color: #623C75;
}
.BgClassName
{
background-color: #623C75;
}
</style>
border-color css
<style>
span { border-color: #623C75; }
span { border-color: rgb(98,60,117); }
td.TdClassName
{
border-color: #623C75;
}
.TagClassName
{
border-color: #623C75;
}
</style>