Shades of Honey Flower #66337E
Tints of Honey Flower #66337E
RGB
CMYK
RGB Variations
Color information
#66337E (or 0x66337E) is known color: Honey Flower. HEX triplet: 66, 33 and 7E. RGB value is (102,51,126). Sum of RGB (Red+Green+Blue) = 102+51+126=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #66337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66337E is #99CC81. Grayscale: #4A4A4A. Windows color (decimal): -10079362 or 8270694. OLE color: 8270694.
HSL color Cylindrical-coordinate representation of color #66337E: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66337E is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 51 | 126 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.51 |
| HSL | 280.8º | 0.42% | 0.35% | - |
| HSV(B) | 280.8º | 0.6% | 0.49% | - |
| XYZ | 10.43 | 6.7 | 20.48 | - |
| YUV | 74.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 126 | 0.19 | 0.60 | 0 | 0.51 | 280.8 | 0.42 | 0.35 |
| Hex | 66 | 33 | 7E | 13 | 3C | 0 | 33 | 119 | 2A | 23 |
| Octal | 146 | 63 | 176 | 23 | 74 | 0 | 63 | 431 | 52 | 43 |
| Binary | 1100110 | 110011 | 1111110 | 10011 | 111100 | 0 | 110011 | 100011001 | 101010 | 100011 |
Color Harmonies of #66337E
Complementary color
Monochromatic Colors of #66337E
Black with #66337E
Text Example
Text Example
White with #66337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66337E; }
p { color: rgb(102,51,126); }
H1.HeaderClassName
{
color: #66337E;
}
.AnyTagClassName
{
color: #66337E;
}
</style>
background-color css
<style>
a { background-color: #66337E; }
a { background-color: rgb(102,51,126); }
div.DivClassName
{
background-color: #66337E;
}
.BgClassName
{
background-color: #66337E;
}
</style>
border-color css
<style>
span { border-color: #66337E; }
span { border-color: rgb(102,51,126); }
td.TdClassName
{
border-color: #66337E;
}
.TagClassName
{
border-color: #66337E;
}
</style>