Shades of Honey Flower #66397A
Tints of Honey Flower #66397A
RGB
CMYK
RGB Variations
Color information
#66397A (or 0x66397A) is known color: Honey Flower. HEX triplet: 66, 39 and 7A. RGB value is (102,57,122). Sum of RGB (Red+Green+Blue) = 102+57+122=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #66397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66397A is #99C685. Grayscale: #4D4D4D. Windows color (decimal): -10077830 or 8010086. OLE color: 8010086.
HSL color Cylindrical-coordinate representation of color #66397A: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66397A is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 57 | 122 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.52 |
| HSL | 281.54º | 0.36% | 0.35% | - |
| HSV(B) | 281.54º | 0.53% | 0.48% | - |
| XYZ | 10.46 | 7.16 | 19.24 | - |
| YUV | 77.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 122 | 0.16 | 0.53 | 0 | 0.52 | 281.54 | 0.36 | 0.35 |
| Hex | 66 | 39 | 7A | 10 | 35 | 0 | 34 | 11A | 24 | 23 |
| Octal | 146 | 71 | 172 | 20 | 65 | 0 | 64 | 432 | 44 | 43 |
| Binary | 1100110 | 111001 | 1111010 | 10000 | 110101 | 0 | 110100 | 100011010 | 100100 | 100011 |
Color Harmonies of #66397A
Complementary color
Monochromatic Colors of #66397A
Black with #66397A
Text Example
Text Example
White with #66397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66397A; }
p { color: rgb(102,57,122); }
H1.HeaderClassName
{
color: #66397A;
}
.AnyTagClassName
{
color: #66397A;
}
</style>
background-color css
<style>
a { background-color: #66397A; }
a { background-color: rgb(102,57,122); }
div.DivClassName
{
background-color: #66397A;
}
.BgClassName
{
background-color: #66397A;
}
</style>
border-color css
<style>
span { border-color: #66397A; }
span { border-color: rgb(102,57,122); }
td.TdClassName
{
border-color: #66397A;
}
.TagClassName
{
border-color: #66397A;
}
</style>