Shades of Honey Flower #65497A
Tints of Honey Flower #65497A
RGB
CMYK
RGB Variations
Color information
#65497A (or 0x65497A) is known color: Honey Flower. HEX triplet: 65, 49 and 7A. RGB value is (101,73,122). Sum of RGB (Red+Green+Blue) = 101+73+122=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #65497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65497A is #9AB685. Grayscale: #565656. Windows color (decimal): -10139270 or 8014181. OLE color: 8014181.
HSL color Cylindrical-coordinate representation of color #65497A: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65497A is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 73 | 122 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.52 |
| HSL | 274.29º | 0.25% | 0.38% | - |
| HSV(B) | 274.29º | 0.4% | 0.48% | - |
| XYZ | 11.26 | 8.94 | 19.54 | - |
| YUV | 86.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 122 | 0.17 | 0.40 | 0 | 0.52 | 274.29 | 0.25 | 0.38 |
| Hex | 65 | 49 | 7A | 11 | 28 | 0 | 34 | 112 | 19 | 26 |
| Octal | 145 | 111 | 172 | 21 | 50 | 0 | 64 | 422 | 31 | 46 |
| Binary | 1100101 | 1001001 | 1111010 | 10001 | 101000 | 0 | 110100 | 100010010 | 11001 | 100110 |
Color Harmonies of #65497A
Complementary color
Monochromatic Colors of #65497A
Black with #65497A
Text Example
Text Example
White with #65497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65497A; }
p { color: rgb(101,73,122); }
H1.HeaderClassName
{
color: #65497A;
}
.AnyTagClassName
{
color: #65497A;
}
</style>
background-color css
<style>
a { background-color: #65497A; }
a { background-color: rgb(101,73,122); }
div.DivClassName
{
background-color: #65497A;
}
.BgClassName
{
background-color: #65497A;
}
</style>
border-color css
<style>
span { border-color: #65497A; }
span { border-color: rgb(101,73,122); }
td.TdClassName
{
border-color: #65497A;
}
.TagClassName
{
border-color: #65497A;
}
</style>