Shades of Honey Flower #66427E
Tints of Honey Flower #66427E
RGB
CMYK
RGB Variations
Color information
#66427E (or 0x66427E) is known color: Honey Flower. HEX triplet: 66, 42 and 7E. RGB value is (102,66,126). Sum of RGB (Red+Green+Blue) = 102+66+126=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #66427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66427E is #99BD81. Grayscale: #535353. Windows color (decimal): -10075522 or 8274534. OLE color: 8274534.
HSL color Cylindrical-coordinate representation of color #66427E: hue angle of 276º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66427E is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 66 | 126 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.51 |
| HSL | 276º | 0.31% | 0.38% | - |
| HSV(B) | 276º | 0.48% | 0.49% | - |
| XYZ | 11.19 | 8.23 | 20.74 | - |
| YUV | 83.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 126 | 0.19 | 0.48 | 0 | 0.51 | 276 | 0.31 | 0.38 |
| Hex | 66 | 42 | 7E | 13 | 30 | 0 | 33 | 114 | 1F | 26 |
| Octal | 146 | 102 | 176 | 23 | 60 | 0 | 63 | 424 | 37 | 46 |
| Binary | 1100110 | 1000010 | 1111110 | 10011 | 110000 | 0 | 110011 | 100010100 | 11111 | 100110 |
Color Harmonies of #66427E
Complementary color
Monochromatic Colors of #66427E
Black with #66427E
Text Example
Text Example
White with #66427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66427E; }
p { color: rgb(102,66,126); }
H1.HeaderClassName
{
color: #66427E;
}
.AnyTagClassName
{
color: #66427E;
}
</style>
background-color css
<style>
a { background-color: #66427E; }
a { background-color: rgb(102,66,126); }
div.DivClassName
{
background-color: #66427E;
}
.BgClassName
{
background-color: #66427E;
}
</style>
border-color css
<style>
span { border-color: #66427E; }
span { border-color: rgb(102,66,126); }
td.TdClassName
{
border-color: #66427E;
}
.TagClassName
{
border-color: #66427E;
}
</style>