Shades of Honey Flower #65477B
Tints of Honey Flower #65477B
RGB
CMYK
RGB Variations
Color information
#65477B (or 0x65477B) is known color: Honey Flower. HEX triplet: 65, 47 and 7B. RGB value is (101,71,123). Sum of RGB (Red+Green+Blue) = 101+71+123=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #65477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65477B is #9AB884. Grayscale: #555555. Windows color (decimal): -10139781 or 8079205. OLE color: 8079205.
HSL color Cylindrical-coordinate representation of color #65477B: hue angle of 274.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65477B is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 71 | 123 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.52 |
| HSL | 274.62º | 0.27% | 0.38% | - |
| HSV(B) | 274.62º | 0.42% | 0.48% | - |
| XYZ | 11.2 | 8.7 | 19.83 | - |
| YUV | 85.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 123 | 0.18 | 0.42 | 0 | 0.52 | 274.62 | 0.27 | 0.38 |
| Hex | 65 | 47 | 7B | 12 | 2A | 0 | 34 | 113 | 1B | 26 |
| Octal | 145 | 107 | 173 | 22 | 52 | 0 | 64 | 423 | 33 | 46 |
| Binary | 1100101 | 1000111 | 1111011 | 10010 | 101010 | 0 | 110100 | 100010011 | 11011 | 100110 |
Color Harmonies of #65477B
Complementary color
Monochromatic Colors of #65477B
Black with #65477B
Text Example
Text Example
White with #65477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65477B; }
p { color: rgb(101,71,123); }
H1.HeaderClassName
{
color: #65477B;
}
.AnyTagClassName
{
color: #65477B;
}
</style>
background-color css
<style>
a { background-color: #65477B; }
a { background-color: rgb(101,71,123); }
div.DivClassName
{
background-color: #65477B;
}
.BgClassName
{
background-color: #65477B;
}
</style>
border-color css
<style>
span { border-color: #65477B; }
span { border-color: rgb(101,71,123); }
td.TdClassName
{
border-color: #65477B;
}
.TagClassName
{
border-color: #65477B;
}
</style>