Shades of Honey Flower #68387E
Tints of Honey Flower #68387E
RGB
CMYK
RGB Variations
Color information
#68387E (or 0x68387E) is known color: Honey Flower. HEX triplet: 68, 38 and 7E. RGB value is (104,56,126). Sum of RGB (Red+Green+Blue) = 104+56+126=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #68387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68387E is #97C781. Grayscale: #4E4E4E. Windows color (decimal): -9947010 or 8271976. OLE color: 8271976.
HSL color Cylindrical-coordinate representation of color #68387E: hue angle of 281.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68387E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 56 | 126 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.51 |
| HSL | 281.14º | 0.38% | 0.36% | - |
| HSV(B) | 281.14º | 0.56% | 0.49% | - |
| XYZ | 10.89 | 7.28 | 20.57 | - |
| YUV | 78.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 126 | 0.17 | 0.56 | 0 | 0.51 | 281.14 | 0.38 | 0.36 |
| Hex | 68 | 38 | 7E | 11 | 38 | 0 | 33 | 119 | 26 | 24 |
| Octal | 150 | 70 | 176 | 21 | 70 | 0 | 63 | 431 | 46 | 44 |
| Binary | 1101000 | 111000 | 1111110 | 10001 | 111000 | 0 | 110011 | 100011001 | 100110 | 100100 |
Color Harmonies of #68387E
Complementary color
Monochromatic Colors of #68387E
Black with #68387E
Text Example
Text Example
White with #68387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68387E; }
p { color: rgb(104,56,126); }
H1.HeaderClassName
{
color: #68387E;
}
.AnyTagClassName
{
color: #68387E;
}
</style>
background-color css
<style>
a { background-color: #68387E; }
a { background-color: rgb(104,56,126); }
div.DivClassName
{
background-color: #68387E;
}
.BgClassName
{
background-color: #68387E;
}
</style>
border-color css
<style>
span { border-color: #68387E; }
span { border-color: rgb(104,56,126); }
td.TdClassName
{
border-color: #68387E;
}
.TagClassName
{
border-color: #68387E;
}
</style>