Shades of Honey Flower #65437D
Tints of Honey Flower #65437D
RGB
CMYK
RGB Variations
Color information
#65437D (or 0x65437D) is known color: Honey Flower. HEX triplet: 65, 43 and 7D. RGB value is (101,67,125). Sum of RGB (Red+Green+Blue) = 101+67+125=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #65437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65437D is #9ABC82. Grayscale: #535353. Windows color (decimal): -10140803 or 8209253. OLE color: 8209253.
HSL color Cylindrical-coordinate representation of color #65437D: hue angle of 275.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65437D is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 67 | 125 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.51 |
| HSL | 275.17º | 0.3% | 0.38% | - |
| HSV(B) | 275.17º | 0.46% | 0.49% | - |
| XYZ | 11.08 | 8.26 | 20.41 | - |
| YUV | 83.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 125 | 0.19 | 0.46 | 0 | 0.51 | 275.17 | 0.3 | 0.38 |
| Hex | 65 | 43 | 7D | 13 | 2E | 0 | 33 | 113 | 1E | 26 |
| Octal | 145 | 103 | 175 | 23 | 56 | 0 | 63 | 423 | 36 | 46 |
| Binary | 1100101 | 1000011 | 1111101 | 10011 | 101110 | 0 | 110011 | 100010011 | 11110 | 100110 |
Color Harmonies of #65437D
Complementary color
Monochromatic Colors of #65437D
Black with #65437D
Text Example
Text Example
White with #65437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65437D; }
p { color: rgb(101,67,125); }
H1.HeaderClassName
{
color: #65437D;
}
.AnyTagClassName
{
color: #65437D;
}
</style>
background-color css
<style>
a { background-color: #65437D; }
a { background-color: rgb(101,67,125); }
div.DivClassName
{
background-color: #65437D;
}
.BgClassName
{
background-color: #65437D;
}
</style>
border-color css
<style>
span { border-color: #65437D; }
span { border-color: rgb(101,67,125); }
td.TdClassName
{
border-color: #65437D;
}
.TagClassName
{
border-color: #65437D;
}
</style>