Shades of Honey Flower #66417A
Tints of Honey Flower #66417A
RGB
CMYK
RGB Variations
Color information
#66417A (or 0x66417A) is known color: Honey Flower. HEX triplet: 66, 41 and 7A. RGB value is (102,65,122). Sum of RGB (Red+Green+Blue) = 102+65+122=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #66417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66417A is #99BE85. Grayscale: #525252. Windows color (decimal): -10075782 or 8012134. OLE color: 8012134.
HSL color Cylindrical-coordinate representation of color #66417A: hue angle of 278.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66417A is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 65 | 122 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.52 |
| HSL | 278.95º | 0.3% | 0.37% | - |
| HSV(B) | 278.95º | 0.47% | 0.48% | - |
| XYZ | 10.88 | 8.01 | 19.38 | - |
| YUV | 82.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 122 | 0.16 | 0.47 | 0 | 0.52 | 278.95 | 0.3 | 0.37 |
| Hex | 66 | 41 | 7A | 10 | 2F | 0 | 34 | 117 | 1E | 25 |
| Octal | 146 | 101 | 172 | 20 | 57 | 0 | 64 | 427 | 36 | 45 |
| Binary | 1100110 | 1000001 | 1111010 | 10000 | 101111 | 0 | 110100 | 100010111 | 11110 | 100101 |
Color Harmonies of #66417A
Complementary color
Monochromatic Colors of #66417A
Black with #66417A
Text Example
Text Example
White with #66417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66417A; }
p { color: rgb(102,65,122); }
H1.HeaderClassName
{
color: #66417A;
}
.AnyTagClassName
{
color: #66417A;
}
</style>
background-color css
<style>
a { background-color: #66417A; }
a { background-color: rgb(102,65,122); }
div.DivClassName
{
background-color: #66417A;
}
.BgClassName
{
background-color: #66417A;
}
</style>
border-color css
<style>
span { border-color: #66417A; }
span { border-color: rgb(102,65,122); }
td.TdClassName
{
border-color: #66417A;
}
.TagClassName
{
border-color: #66417A;
}
</style>