Shades of Honey Flower #66367F
Tints of Honey Flower #66367F
RGB
CMYK
RGB Variations
Color information
#66367F (or 0x66367F) is known color: Honey Flower. HEX triplet: 66, 36 and 7F. RGB value is (102,54,127). Sum of RGB (Red+Green+Blue) = 102+54+127=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #66367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66367F is #99C980. Grayscale: #4C4C4C. Windows color (decimal): -10078593 or 8336998. OLE color: 8336998.
HSL color Cylindrical-coordinate representation of color #66367F: hue angle of 279.45º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66367F is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 54 | 127 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.50 |
| HSL | 279.45º | 0.4% | 0.35% | - |
| HSV(B) | 279.45º | 0.57% | 0.5% | - |
| XYZ | 10.63 | 7 | 20.87 | - |
| YUV | 76.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 127 | 0.20 | 0.57 | 0 | 0.50 | 279.45 | 0.4 | 0.35 |
| Hex | 66 | 36 | 7F | 14 | 39 | 0 | 32 | 117 | 28 | 23 |
| Octal | 146 | 66 | 177 | 24 | 71 | 0 | 62 | 427 | 50 | 43 |
| Binary | 1100110 | 110110 | 1111111 | 10100 | 111001 | 0 | 110010 | 100010111 | 101000 | 100011 |
Color Harmonies of #66367F
Complementary color
Monochromatic Colors of #66367F
Black with #66367F
Text Example
Text Example
White with #66367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66367F; }
p { color: rgb(102,54,127); }
H1.HeaderClassName
{
color: #66367F;
}
.AnyTagClassName
{
color: #66367F;
}
</style>
background-color css
<style>
a { background-color: #66367F; }
a { background-color: rgb(102,54,127); }
div.DivClassName
{
background-color: #66367F;
}
.BgClassName
{
background-color: #66367F;
}
</style>
border-color css
<style>
span { border-color: #66367F; }
span { border-color: rgb(102,54,127); }
td.TdClassName
{
border-color: #66367F;
}
.TagClassName
{
border-color: #66367F;
}
</style>