Shades of Honey Flower #65457A
Tints of Honey Flower #65457A
RGB
CMYK
RGB Variations
Color information
#65457A (or 0x65457A) is known color: Honey Flower. HEX triplet: 65, 45 and 7A. RGB value is (101,69,122). Sum of RGB (Red+Green+Blue) = 101+69+122=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #65457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65457A is #9ABA85. Grayscale: #545454. Windows color (decimal): -10140294 or 8013157. OLE color: 8013157.
HSL color Cylindrical-coordinate representation of color #65457A: hue angle of 276.23º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65457A is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 69 | 122 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.52 |
| HSL | 276.23º | 0.28% | 0.37% | - |
| HSV(B) | 276.23º | 0.43% | 0.48% | - |
| XYZ | 11.01 | 8.43 | 19.46 | - |
| YUV | 84.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 122 | 0.17 | 0.43 | 0 | 0.52 | 276.23 | 0.28 | 0.37 |
| Hex | 65 | 45 | 7A | 11 | 2B | 0 | 34 | 114 | 1C | 25 |
| Octal | 145 | 105 | 172 | 21 | 53 | 0 | 64 | 424 | 34 | 45 |
| Binary | 1100101 | 1000101 | 1111010 | 10001 | 101011 | 0 | 110100 | 100010100 | 11100 | 100101 |
Color Harmonies of #65457A
Complementary color
Monochromatic Colors of #65457A
Black with #65457A
Text Example
Text Example
White with #65457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65457A; }
p { color: rgb(101,69,122); }
H1.HeaderClassName
{
color: #65457A;
}
.AnyTagClassName
{
color: #65457A;
}
</style>
background-color css
<style>
a { background-color: #65457A; }
a { background-color: rgb(101,69,122); }
div.DivClassName
{
background-color: #65457A;
}
.BgClassName
{
background-color: #65457A;
}
</style>
border-color css
<style>
span { border-color: #65457A; }
span { border-color: rgb(101,69,122); }
td.TdClassName
{
border-color: #65457A;
}
.TagClassName
{
border-color: #65457A;
}
</style>