Shades of Honey Flower #663C7D
Tints of Honey Flower #663C7D
RGB
CMYK
RGB Variations
Color information
#663C7D (or 0x663C7D) is known color: Honey Flower. HEX triplet: 66, 3C and 7D. RGB value is (102,60,125). Sum of RGB (Red+Green+Blue) = 102+60+125=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #663C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C7D is #99C382. Grayscale: #4F4F4F. Windows color (decimal): -10077059 or 8207462. OLE color: 8207462.
HSL color Cylindrical-coordinate representation of color #663C7D: hue angle of 278.77º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663C7D is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 60 | 125 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.51 |
| HSL | 278.77º | 0.35% | 0.36% | - |
| HSV(B) | 278.77º | 0.52% | 0.49% | - |
| XYZ | 10.8 | 7.54 | 20.29 | - |
| YUV | 79.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 125 | 0.18 | 0.52 | 0 | 0.51 | 278.77 | 0.35 | 0.36 |
| Hex | 66 | 3C | 7D | 12 | 34 | 0 | 33 | 117 | 23 | 24 |
| Octal | 146 | 74 | 175 | 22 | 64 | 0 | 63 | 427 | 43 | 44 |
| Binary | 1100110 | 111100 | 1111101 | 10010 | 110100 | 0 | 110011 | 100010111 | 100011 | 100100 |
Color Harmonies of #663C7D
Complementary color
Monochromatic Colors of #663C7D
Black with #663C7D
Text Example
Text Example
White with #663C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C7D; }
p { color: rgb(102,60,125); }
H1.HeaderClassName
{
color: #663C7D;
}
.AnyTagClassName
{
color: #663C7D;
}
</style>
background-color css
<style>
a { background-color: #663C7D; }
a { background-color: rgb(102,60,125); }
div.DivClassName
{
background-color: #663C7D;
}
.BgClassName
{
background-color: #663C7D;
}
</style>
border-color css
<style>
span { border-color: #663C7D; }
span { border-color: rgb(102,60,125); }
td.TdClassName
{
border-color: #663C7D;
}
.TagClassName
{
border-color: #663C7D;
}
</style>