Shades of Honey Flower #66387C
Tints of Honey Flower #66387C
RGB
CMYK
RGB Variations
Color information
#66387C (or 0x66387C) is known color: Honey Flower. HEX triplet: 66, 38 and 7C. RGB value is (102,56,124). Sum of RGB (Red+Green+Blue) = 102+56+124=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #66387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66387C is #99C783. Grayscale: #4D4D4D. Windows color (decimal): -10078084 or 8140902. OLE color: 8140902.
HSL color Cylindrical-coordinate representation of color #66387C: hue angle of 280.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66387C is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 56 | 124 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.51 |
| HSL | 280.59º | 0.38% | 0.35% | - |
| HSV(B) | 280.59º | 0.55% | 0.49% | - |
| XYZ | 10.53 | 7.11 | 19.89 | - |
| YUV | 77.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 124 | 0.18 | 0.55 | 0 | 0.51 | 280.59 | 0.38 | 0.35 |
| Hex | 66 | 38 | 7C | 12 | 37 | 0 | 33 | 119 | 26 | 23 |
| Octal | 146 | 70 | 174 | 22 | 67 | 0 | 63 | 431 | 46 | 43 |
| Binary | 1100110 | 111000 | 1111100 | 10010 | 110111 | 0 | 110011 | 100011001 | 100110 | 100011 |
Color Harmonies of #66387C
Complementary color
Monochromatic Colors of #66387C
Black with #66387C
Text Example
Text Example
White with #66387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66387C; }
p { color: rgb(102,56,124); }
H1.HeaderClassName
{
color: #66387C;
}
.AnyTagClassName
{
color: #66387C;
}
</style>
background-color css
<style>
a { background-color: #66387C; }
a { background-color: rgb(102,56,124); }
div.DivClassName
{
background-color: #66387C;
}
.BgClassName
{
background-color: #66387C;
}
</style>
border-color css
<style>
span { border-color: #66387C; }
span { border-color: rgb(102,56,124); }
td.TdClassName
{
border-color: #66387C;
}
.TagClassName
{
border-color: #66387C;
}
</style>