Shades of Honey Flower #66397E
Tints of Honey Flower #66397E
RGB
CMYK
RGB Variations
Color information
#66397E (or 0x66397E) is known color: Honey Flower. HEX triplet: 66, 39 and 7E. RGB value is (102,57,126). Sum of RGB (Red+Green+Blue) = 102+57+126=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #66397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66397E is #99C681. Grayscale: #4E4E4E. Windows color (decimal): -10077826 or 8272230. OLE color: 8272230.
HSL color Cylindrical-coordinate representation of color #66397E: hue angle of 279.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66397E is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 57 | 126 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.51 |
| HSL | 279.13º | 0.38% | 0.36% | - |
| HSV(B) | 279.13º | 0.55% | 0.49% | - |
| XYZ | 10.71 | 7.26 | 20.58 | - |
| YUV | 78.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 126 | 0.19 | 0.55 | 0 | 0.51 | 279.13 | 0.38 | 0.36 |
| Hex | 66 | 39 | 7E | 13 | 37 | 0 | 33 | 117 | 26 | 24 |
| Octal | 146 | 71 | 176 | 23 | 67 | 0 | 63 | 427 | 46 | 44 |
| Binary | 1100110 | 111001 | 1111110 | 10011 | 110111 | 0 | 110011 | 100010111 | 100110 | 100100 |
Color Harmonies of #66397E
Complementary color
Monochromatic Colors of #66397E
Black with #66397E
Text Example
Text Example
White with #66397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66397E; }
p { color: rgb(102,57,126); }
H1.HeaderClassName
{
color: #66397E;
}
.AnyTagClassName
{
color: #66397E;
}
</style>
background-color css
<style>
a { background-color: #66397E; }
a { background-color: rgb(102,57,126); }
div.DivClassName
{
background-color: #66397E;
}
.BgClassName
{
background-color: #66397E;
}
</style>
border-color css
<style>
span { border-color: #66397E; }
span { border-color: rgb(102,57,126); }
td.TdClassName
{
border-color: #66397E;
}
.TagClassName
{
border-color: #66397E;
}
</style>