Shades of Honey Flower #613A6D
Tints of Honey Flower #613A6D
RGB
CMYK
RGB Variations
Color information
#613A6D (or 0x613A6D) is known color: Honey Flower. HEX triplet: 61, 3A and 6D. RGB value is (97,58,109). Sum of RGB (Red+Green+Blue) = 97+58+109=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #613A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A6D is #9EC592. Grayscale: #4B4B4B. Windows color (decimal): -10405267 or 7158369. OLE color: 7158369.
HSL color Cylindrical-coordinate representation of color #613A6D: hue angle of 285.88º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613A6D is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 58 | 109 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.57 |
| HSL | 285.88º | 0.31% | 0.33% | - |
| HSV(B) | 285.88º | 0.47% | 0.43% | - |
| XYZ | 9.2 | 6.67 | 15.27 | - |
| YUV | 75.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 109 | 0.11 | 0.47 | 0 | 0.57 | 285.88 | 0.31 | 0.33 |
| Hex | 61 | 3A | 6D | B | 2F | 0 | 39 | 11E | 1F | 21 |
| Octal | 141 | 72 | 155 | 13 | 57 | 0 | 71 | 436 | 37 | 41 |
| Binary | 1100001 | 111010 | 1101101 | 1011 | 101111 | 0 | 111001 | 100011110 | 11111 | 100001 |
Color Harmonies of #613A6D
Complementary color
Monochromatic Colors of #613A6D
Black with #613A6D
Text Example
Text Example
White with #613A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A6D; }
p { color: rgb(97,58,109); }
H1.HeaderClassName
{
color: #613A6D;
}
.AnyTagClassName
{
color: #613A6D;
}
</style>
background-color css
<style>
a { background-color: #613A6D; }
a { background-color: rgb(97,58,109); }
div.DivClassName
{
background-color: #613A6D;
}
.BgClassName
{
background-color: #613A6D;
}
</style>
border-color css
<style>
span { border-color: #613A6D; }
span { border-color: rgb(97,58,109); }
td.TdClassName
{
border-color: #613A6D;
}
.TagClassName
{
border-color: #613A6D;
}
</style>