Shades of Honey Flower #65437A
Tints of Honey Flower #65437A
RGB
CMYK
RGB Variations
Color information
#65437A (or 0x65437A) is known color: Honey Flower. HEX triplet: 65, 43 and 7A. RGB value is (101,67,122). Sum of RGB (Red+Green+Blue) = 101+67+122=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #65437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65437A is #9ABC85. Grayscale: #535353. Windows color (decimal): -10140806 or 8012645. OLE color: 8012645.
HSL color Cylindrical-coordinate representation of color #65437A: hue angle of 277.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65437A is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 67 | 122 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.52 |
| HSL | 277.09º | 0.29% | 0.37% | - |
| HSV(B) | 277.09º | 0.45% | 0.48% | - |
| XYZ | 10.89 | 8.19 | 19.42 | - |
| YUV | 83.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 122 | 0.17 | 0.45 | 0 | 0.52 | 277.09 | 0.29 | 0.37 |
| Hex | 65 | 43 | 7A | 11 | 2D | 0 | 34 | 115 | 1D | 25 |
| Octal | 145 | 103 | 172 | 21 | 55 | 0 | 64 | 425 | 35 | 45 |
| Binary | 1100101 | 1000011 | 1111010 | 10001 | 101101 | 0 | 110100 | 100010101 | 11101 | 100101 |
Color Harmonies of #65437A
Complementary color
Monochromatic Colors of #65437A
Black with #65437A
Text Example
Text Example
White with #65437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65437A; }
p { color: rgb(101,67,122); }
H1.HeaderClassName
{
color: #65437A;
}
.AnyTagClassName
{
color: #65437A;
}
</style>
background-color css
<style>
a { background-color: #65437A; }
a { background-color: rgb(101,67,122); }
div.DivClassName
{
background-color: #65437A;
}
.BgClassName
{
background-color: #65437A;
}
</style>
border-color css
<style>
span { border-color: #65437A; }
span { border-color: rgb(101,67,122); }
td.TdClassName
{
border-color: #65437A;
}
.TagClassName
{
border-color: #65437A;
}
</style>