Shades of Honey Flower #66457C
Tints of Honey Flower #66457C
RGB
CMYK
RGB Variations
Color information
#66457C (or 0x66457C) is known color: Honey Flower. HEX triplet: 66, 45 and 7C. RGB value is (102,69,124). Sum of RGB (Red+Green+Blue) = 102+69+124=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #66457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66457C is #99BA83. Grayscale: #545454. Windows color (decimal): -10074756 or 8144230. OLE color: 8144230.
HSL color Cylindrical-coordinate representation of color #66457C: hue angle of 276º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66457C is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 69 | 124 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.51 |
| HSL | 276º | 0.28% | 0.38% | - |
| HSV(B) | 276º | 0.44% | 0.49% | - |
| XYZ | 11.25 | 8.54 | 20.12 | - |
| YUV | 85.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 124 | 0.18 | 0.44 | 0 | 0.51 | 276 | 0.28 | 0.38 |
| Hex | 66 | 45 | 7C | 12 | 2C | 0 | 33 | 114 | 1C | 26 |
| Octal | 146 | 105 | 174 | 22 | 54 | 0 | 63 | 424 | 34 | 46 |
| Binary | 1100110 | 1000101 | 1111100 | 10010 | 101100 | 0 | 110011 | 100010100 | 11100 | 100110 |
Color Harmonies of #66457C
Complementary color
Monochromatic Colors of #66457C
Black with #66457C
Text Example
Text Example
White with #66457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66457C; }
p { color: rgb(102,69,124); }
H1.HeaderClassName
{
color: #66457C;
}
.AnyTagClassName
{
color: #66457C;
}
</style>
background-color css
<style>
a { background-color: #66457C; }
a { background-color: rgb(102,69,124); }
div.DivClassName
{
background-color: #66457C;
}
.BgClassName
{
background-color: #66457C;
}
</style>
border-color css
<style>
span { border-color: #66457C; }
span { border-color: rgb(102,69,124); }
td.TdClassName
{
border-color: #66457C;
}
.TagClassName
{
border-color: #66457C;
}
</style>