Shades of Honey Flower #613F76
Tints of Honey Flower #613F76
RGB
CMYK
RGB Variations
Color information
#613F76 (or 0x613F76) is known color: Honey Flower. HEX triplet: 61, 3F and 76. RGB value is (97,63,118). Sum of RGB (Red+Green+Blue) = 97+63+118=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #613F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F76 is #9EC089. Grayscale: #4F4F4F. Windows color (decimal): -10403978 or 7749473. OLE color: 7749473.
HSL color Cylindrical-coordinate representation of color #613F76: hue angle of 277.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613F76 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 63 | 118 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.54 |
| HSL | 277.09º | 0.3% | 0.35% | - |
| HSV(B) | 277.09º | 0.47% | 0.46% | - |
| XYZ | 9.98 | 7.4 | 18.04 | - |
| YUV | 79.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 118 | 0.18 | 0.47 | 0 | 0.54 | 277.09 | 0.3 | 0.35 |
| Hex | 61 | 3F | 76 | 12 | 2F | 0 | 36 | 115 | 1E | 23 |
| Octal | 141 | 77 | 166 | 22 | 57 | 0 | 66 | 425 | 36 | 43 |
| Binary | 1100001 | 111111 | 1110110 | 10010 | 101111 | 0 | 110110 | 100010101 | 11110 | 100011 |
Color Harmonies of #613F76
Complementary color
Monochromatic Colors of #613F76
Black with #613F76
Text Example
Text Example
White with #613F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F76; }
p { color: rgb(97,63,118); }
H1.HeaderClassName
{
color: #613F76;
}
.AnyTagClassName
{
color: #613F76;
}
</style>
background-color css
<style>
a { background-color: #613F76; }
a { background-color: rgb(97,63,118); }
div.DivClassName
{
background-color: #613F76;
}
.BgClassName
{
background-color: #613F76;
}
</style>
border-color css
<style>
span { border-color: #613F76; }
span { border-color: rgb(97,63,118); }
td.TdClassName
{
border-color: #613F76;
}
.TagClassName
{
border-color: #613F76;
}
</style>