Shades of Honey Flower #65456D
Tints of Honey Flower #65456D
RGB
CMYK
RGB Variations
Color information
#65456D (or 0x65456D) is known color: Honey Flower. HEX triplet: 65, 45 and 6D. RGB value is (101,69,109). Sum of RGB (Red+Green+Blue) = 101+69+109=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #65456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65456D is #9ABA92. Grayscale: #525252. Windows color (decimal): -10140307 or 7161189. OLE color: 7161189.
HSL color Cylindrical-coordinate representation of color #65456D: hue angle of 288º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65456D is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 69 | 109 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.57 |
| HSL | 288º | 0.22% | 0.35% | - |
| HSV(B) | 288º | 0.37% | 0.43% | - |
| XYZ | 10.26 | 8.13 | 15.5 | - |
| YUV | 83.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 109 | 0.07 | 0.37 | 0 | 0.57 | 288 | 0.22 | 0.35 |
| Hex | 65 | 45 | 6D | 7 | 25 | 0 | 39 | 120 | 16 | 23 |
| Octal | 145 | 105 | 155 | 7 | 45 | 0 | 71 | 440 | 26 | 43 |
| Binary | 1100101 | 1000101 | 1101101 | 111 | 100101 | 0 | 111001 | 100100000 | 10110 | 100011 |
Color Harmonies of #65456D
Complementary color
Monochromatic Colors of #65456D
Black with #65456D
Text Example
Text Example
White with #65456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65456D; }
p { color: rgb(101,69,109); }
H1.HeaderClassName
{
color: #65456D;
}
.AnyTagClassName
{
color: #65456D;
}
</style>
background-color css
<style>
a { background-color: #65456D; }
a { background-color: rgb(101,69,109); }
div.DivClassName
{
background-color: #65456D;
}
.BgClassName
{
background-color: #65456D;
}
</style>
border-color css
<style>
span { border-color: #65456D; }
span { border-color: rgb(101,69,109); }
td.TdClassName
{
border-color: #65456D;
}
.TagClassName
{
border-color: #65456D;
}
</style>