Shades of Honey Flower #663D7F
Tints of Honey Flower #663D7F
RGB
CMYK
RGB Variations
Color information
#663D7F (or 0x663D7F) is known color: Honey Flower. HEX triplet: 66, 3D and 7F. RGB value is (102,61,127). Sum of RGB (Red+Green+Blue) = 102+61+127=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #663D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D7F is #99C280. Grayscale: #505050. Windows color (decimal): -10076801 or 8338790. OLE color: 8338790.
HSL color Cylindrical-coordinate representation of color #663D7F: hue angle of 277.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663D7F is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 61 | 127 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.50 |
| HSL | 277.27º | 0.35% | 0.37% | - |
| HSV(B) | 277.27º | 0.52% | 0.5% | - |
| XYZ | 10.98 | 7.69 | 20.99 | - |
| YUV | 80.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 127 | 0.20 | 0.52 | 0 | 0.50 | 277.27 | 0.35 | 0.37 |
| Hex | 66 | 3D | 7F | 14 | 34 | 0 | 32 | 115 | 23 | 25 |
| Octal | 146 | 75 | 177 | 24 | 64 | 0 | 62 | 425 | 43 | 45 |
| Binary | 1100110 | 111101 | 1111111 | 10100 | 110100 | 0 | 110010 | 100010101 | 100011 | 100101 |
Color Harmonies of #663D7F
Complementary color
Monochromatic Colors of #663D7F
Black with #663D7F
Text Example
Text Example
White with #663D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D7F; }
p { color: rgb(102,61,127); }
H1.HeaderClassName
{
color: #663D7F;
}
.AnyTagClassName
{
color: #663D7F;
}
</style>
background-color css
<style>
a { background-color: #663D7F; }
a { background-color: rgb(102,61,127); }
div.DivClassName
{
background-color: #663D7F;
}
.BgClassName
{
background-color: #663D7F;
}
</style>
border-color css
<style>
span { border-color: #663D7F; }
span { border-color: rgb(102,61,127); }
td.TdClassName
{
border-color: #663D7F;
}
.TagClassName
{
border-color: #663D7F;
}
</style>