Shades of Honey Flower #66447C
Tints of Honey Flower #66447C
RGB
CMYK
RGB Variations
Color information
#66447C (or 0x66447C) is known color: Honey Flower. HEX triplet: 66, 44 and 7C. RGB value is (102,68,124). Sum of RGB (Red+Green+Blue) = 102+68+124=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #66447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66447C is #99BB83. Grayscale: #545454. Windows color (decimal): -10075012 or 8143974. OLE color: 8143974.
HSL color Cylindrical-coordinate representation of color #66447C: hue angle of 276.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66447C is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 68 | 124 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.51 |
| HSL | 276.43º | 0.29% | 0.38% | - |
| HSV(B) | 276.43º | 0.45% | 0.49% | - |
| XYZ | 11.18 | 8.41 | 20.1 | - |
| YUV | 84.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 124 | 0.18 | 0.45 | 0 | 0.51 | 276.43 | 0.29 | 0.38 |
| Hex | 66 | 44 | 7C | 12 | 2D | 0 | 33 | 114 | 1D | 26 |
| Octal | 146 | 104 | 174 | 22 | 55 | 0 | 63 | 424 | 35 | 46 |
| Binary | 1100110 | 1000100 | 1111100 | 10010 | 101101 | 0 | 110011 | 100010100 | 11101 | 100110 |
Color Harmonies of #66447C
Complementary color
Monochromatic Colors of #66447C
Black with #66447C
Text Example
Text Example
White with #66447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66447C; }
p { color: rgb(102,68,124); }
H1.HeaderClassName
{
color: #66447C;
}
.AnyTagClassName
{
color: #66447C;
}
</style>
background-color css
<style>
a { background-color: #66447C; }
a { background-color: rgb(102,68,124); }
div.DivClassName
{
background-color: #66447C;
}
.BgClassName
{
background-color: #66447C;
}
</style>
border-color css
<style>
span { border-color: #66447C; }
span { border-color: rgb(102,68,124); }
td.TdClassName
{
border-color: #66447C;
}
.TagClassName
{
border-color: #66447C;
}
</style>