Shades of Honey Flower #65447B
Tints of Honey Flower #65447B
RGB
CMYK
RGB Variations
Color information
#65447B (or 0x65447B) is known color: Honey Flower. HEX triplet: 65, 44 and 7B. RGB value is (101,68,123). Sum of RGB (Red+Green+Blue) = 101+68+123=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #65447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65447B is #9ABB84. Grayscale: #535353. Windows color (decimal): -10140549 or 8078437. OLE color: 8078437.
HSL color Cylindrical-coordinate representation of color #65447B: hue angle of 276º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65447B is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 68 | 123 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.52 |
| HSL | 276º | 0.29% | 0.37% | - |
| HSV(B) | 276º | 0.45% | 0.48% | - |
| XYZ | 11.01 | 8.33 | 19.77 | - |
| YUV | 84.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 123 | 0.18 | 0.45 | 0 | 0.52 | 276 | 0.29 | 0.37 |
| Hex | 65 | 44 | 7B | 12 | 2D | 0 | 34 | 114 | 1D | 25 |
| Octal | 145 | 104 | 173 | 22 | 55 | 0 | 64 | 424 | 35 | 45 |
| Binary | 1100101 | 1000100 | 1111011 | 10010 | 101101 | 0 | 110100 | 100010100 | 11101 | 100101 |
Color Harmonies of #65447B
Complementary color
Monochromatic Colors of #65447B
Black with #65447B
Text Example
Text Example
White with #65447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65447B; }
p { color: rgb(101,68,123); }
H1.HeaderClassName
{
color: #65447B;
}
.AnyTagClassName
{
color: #65447B;
}
</style>
background-color css
<style>
a { background-color: #65447B; }
a { background-color: rgb(101,68,123); }
div.DivClassName
{
background-color: #65447B;
}
.BgClassName
{
background-color: #65447B;
}
</style>
border-color css
<style>
span { border-color: #65447B; }
span { border-color: rgb(101,68,123); }
td.TdClassName
{
border-color: #65447B;
}
.TagClassName
{
border-color: #65447B;
}
</style>