Shades of Honey Flower #64367B
Tints of Honey Flower #64367B
RGB
CMYK
RGB Variations
Color information
#64367B (or 0x64367B) is known color: Honey Flower. HEX triplet: 64, 36 and 7B. RGB value is (100,54,123). Sum of RGB (Red+Green+Blue) = 100+54+123=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #64367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64367B is #9BC984. Grayscale: #4B4B4B. Windows color (decimal): -10209669 or 8074852. OLE color: 8074852.
HSL color Cylindrical-coordinate representation of color #64367B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64367B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 54 | 123 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.52 |
| HSL | 280º | 0.39% | 0.35% | - |
| HSV(B) | 280º | 0.56% | 0.48% | - |
| XYZ | 10.15 | 6.78 | 19.51 | - |
| YUV | 75.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 123 | 0.19 | 0.56 | 0 | 0.52 | 280 | 0.39 | 0.35 |
| Hex | 64 | 36 | 7B | 13 | 38 | 0 | 34 | 118 | 27 | 23 |
| Octal | 144 | 66 | 173 | 23 | 70 | 0 | 64 | 430 | 47 | 43 |
| Binary | 1100100 | 110110 | 1111011 | 10011 | 111000 | 0 | 110100 | 100011000 | 100111 | 100011 |
Color Harmonies of #64367B
Complementary color
Monochromatic Colors of #64367B
Black with #64367B
Text Example
Text Example
White with #64367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64367B; }
p { color: rgb(100,54,123); }
H1.HeaderClassName
{
color: #64367B;
}
.AnyTagClassName
{
color: #64367B;
}
</style>
background-color css
<style>
a { background-color: #64367B; }
a { background-color: rgb(100,54,123); }
div.DivClassName
{
background-color: #64367B;
}
.BgClassName
{
background-color: #64367B;
}
</style>
border-color css
<style>
span { border-color: #64367B; }
span { border-color: rgb(100,54,123); }
td.TdClassName
{
border-color: #64367B;
}
.TagClassName
{
border-color: #64367B;
}
</style>