Shades of Honey Flower #613C6E
Tints of Honey Flower #613C6E
RGB
CMYK
RGB Variations
Color information
#613C6E (or 0x613C6E) is known color: Honey Flower. HEX triplet: 61, 3C and 6E. RGB value is (97,60,110). Sum of RGB (Red+Green+Blue) = 97+60+110=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #613C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C6E is #9EC391. Grayscale: #4C4C4C. Windows color (decimal): -10404754 or 7224417. OLE color: 7224417.
HSL color Cylindrical-coordinate representation of color #613C6E: hue angle of 284.4º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613C6E is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 60 | 110 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.57 |
| HSL | 284.4º | 0.29% | 0.33% | - |
| HSV(B) | 284.4º | 0.45% | 0.43% | - |
| XYZ | 9.36 | 6.9 | 15.59 | - |
| YUV | 76.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 110 | 0.12 | 0.45 | 0 | 0.57 | 284.4 | 0.29 | 0.33 |
| Hex | 61 | 3C | 6E | C | 2D | 0 | 39 | 11C | 1D | 21 |
| Octal | 141 | 74 | 156 | 14 | 55 | 0 | 71 | 434 | 35 | 41 |
| Binary | 1100001 | 111100 | 1101110 | 1100 | 101101 | 0 | 111001 | 100011100 | 11101 | 100001 |
Color Harmonies of #613C6E
Complementary color
Monochromatic Colors of #613C6E
Black with #613C6E
Text Example
Text Example
White with #613C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C6E; }
p { color: rgb(97,60,110); }
H1.HeaderClassName
{
color: #613C6E;
}
.AnyTagClassName
{
color: #613C6E;
}
</style>
background-color css
<style>
a { background-color: #613C6E; }
a { background-color: rgb(97,60,110); }
div.DivClassName
{
background-color: #613C6E;
}
.BgClassName
{
background-color: #613C6E;
}
</style>
border-color css
<style>
span { border-color: #613C6E; }
span { border-color: rgb(97,60,110); }
td.TdClassName
{
border-color: #613C6E;
}
.TagClassName
{
border-color: #613C6E;
}
</style>