Shades of Honey Flower #61426B
Tints of Honey Flower #61426B
RGB
CMYK
RGB Variations
Color information
#61426B (or 0x61426B) is known color: Honey Flower. HEX triplet: 61, 42 and 6B. RGB value is (97,66,107). Sum of RGB (Red+Green+Blue) = 97+66+107=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #61426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61426B is #9EBD94. Grayscale: #4F4F4F. Windows color (decimal): -10403221 or 7029345. OLE color: 7029345.
HSL color Cylindrical-coordinate representation of color #61426B: hue angle of 285.37º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61426B is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 66 | 107 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.58 |
| HSL | 285.37º | 0.24% | 0.34% | - |
| HSV(B) | 285.37º | 0.38% | 0.42% | - |
| XYZ | 9.53 | 7.5 | 14.86 | - |
| YUV | 79.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 107 | 0.09 | 0.38 | 0 | 0.58 | 285.37 | 0.24 | 0.34 |
| Hex | 61 | 42 | 6B | 9 | 26 | 0 | 3A | 11D | 18 | 22 |
| Octal | 141 | 102 | 153 | 11 | 46 | 0 | 72 | 435 | 30 | 42 |
| Binary | 1100001 | 1000010 | 1101011 | 1001 | 100110 | 0 | 111010 | 100011101 | 11000 | 100010 |
Color Harmonies of #61426B
Complementary color
Monochromatic Colors of #61426B
Black with #61426B
Text Example
Text Example
White with #61426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61426B; }
p { color: rgb(97,66,107); }
H1.HeaderClassName
{
color: #61426B;
}
.AnyTagClassName
{
color: #61426B;
}
</style>
background-color css
<style>
a { background-color: #61426B; }
a { background-color: rgb(97,66,107); }
div.DivClassName
{
background-color: #61426B;
}
.BgClassName
{
background-color: #61426B;
}
</style>
border-color css
<style>
span { border-color: #61426B; }
span { border-color: rgb(97,66,107); }
td.TdClassName
{
border-color: #61426B;
}
.TagClassName
{
border-color: #61426B;
}
</style>