Shades of Honey Flower #613A70
Tints of Honey Flower #613A70
RGB
CMYK
RGB Variations
Color information
#613A70 (or 0x613A70) is known color: Honey Flower. HEX triplet: 61, 3A and 70. RGB value is (97,58,112). Sum of RGB (Red+Green+Blue) = 97+58+112=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #613A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A70 is #9EC58F. Grayscale: #4B4B4B. Windows color (decimal): -10405264 or 7354977. OLE color: 7354977.
HSL color Cylindrical-coordinate representation of color #613A70: hue angle of 283.33º 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 #613A70 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 58 | 112 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.56 |
| HSL | 283.33º | 0.32% | 0.33% | - |
| HSV(B) | 283.33º | 0.48% | 0.44% | - |
| XYZ | 9.37 | 6.74 | 16.14 | - |
| YUV | 75.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 112 | 0.13 | 0.48 | 0 | 0.56 | 283.33 | 0.32 | 0.33 |
| Hex | 61 | 3A | 70 | D | 30 | 0 | 38 | 11B | 20 | 21 |
| Octal | 141 | 72 | 160 | 15 | 60 | 0 | 70 | 433 | 40 | 41 |
| Binary | 1100001 | 111010 | 1110000 | 1101 | 110000 | 0 | 111000 | 100011011 | 100000 | 100001 |
Color Harmonies of #613A70
Complementary color
Monochromatic Colors of #613A70
Black with #613A70
Text Example
Text Example
White with #613A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A70; }
p { color: rgb(97,58,112); }
H1.HeaderClassName
{
color: #613A70;
}
.AnyTagClassName
{
color: #613A70;
}
</style>
background-color css
<style>
a { background-color: #613A70; }
a { background-color: rgb(97,58,112); }
div.DivClassName
{
background-color: #613A70;
}
.BgClassName
{
background-color: #613A70;
}
</style>
border-color css
<style>
span { border-color: #613A70; }
span { border-color: rgb(97,58,112); }
td.TdClassName
{
border-color: #613A70;
}
.TagClassName
{
border-color: #613A70;
}
</style>