Shades of Honey Flower #663D76
Tints of Honey Flower #663D76
RGB
CMYK
RGB Variations
Color information
#663D76 (or 0x663D76) is known color: Honey Flower. HEX triplet: 66, 3D and 76. RGB value is (102,61,118). Sum of RGB (Red+Green+Blue) = 102+61+118=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #663D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D76 is #99C289. Grayscale: #4F4F4F. Windows color (decimal): -10076810 or 7748966. OLE color: 7748966.
HSL color Cylindrical-coordinate representation of color #663D76: hue angle of 283.16º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663D76 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 61 | 118 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.54 |
| HSL | 283.16º | 0.32% | 0.35% | - |
| HSV(B) | 283.16º | 0.48% | 0.46% | - |
| XYZ | 10.42 | 7.47 | 18.03 | - |
| YUV | 79.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 118 | 0.14 | 0.48 | 0 | 0.54 | 283.16 | 0.32 | 0.35 |
| Hex | 66 | 3D | 76 | E | 30 | 0 | 36 | 11B | 20 | 23 |
| Octal | 146 | 75 | 166 | 16 | 60 | 0 | 66 | 433 | 40 | 43 |
| Binary | 1100110 | 111101 | 1110110 | 1110 | 110000 | 0 | 110110 | 100011011 | 100000 | 100011 |
Color Harmonies of #663D76
Complementary color
Monochromatic Colors of #663D76
Black with #663D76
Text Example
Text Example
White with #663D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D76; }
p { color: rgb(102,61,118); }
H1.HeaderClassName
{
color: #663D76;
}
.AnyTagClassName
{
color: #663D76;
}
</style>
background-color css
<style>
a { background-color: #663D76; }
a { background-color: rgb(102,61,118); }
div.DivClassName
{
background-color: #663D76;
}
.BgClassName
{
background-color: #663D76;
}
</style>
border-color css
<style>
span { border-color: #663D76; }
span { border-color: rgb(102,61,118); }
td.TdClassName
{
border-color: #663D76;
}
.TagClassName
{
border-color: #663D76;
}
</style>