Shades of Honey Flower #693C80
Tints of Honey Flower #693C80
RGB
CMYK
RGB Variations
Color information
#693C80 (or 0x693C80) is known color: Honey Flower. HEX triplet: 69, 3C and 80. RGB value is (105,60,128). Sum of RGB (Red+Green+Blue) = 105+60+128=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #693C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C80 is #96C37F. Grayscale: #505050. Windows color (decimal): -9880448 or 8404073. OLE color: 8404073.
HSL color Cylindrical-coordinate representation of color #693C80: hue angle of 279.71º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693C80 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 60 | 128 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.50 |
| HSL | 279.71º | 0.36% | 0.37% | - |
| HSV(B) | 279.71º | 0.53% | 0.5% | - |
| XYZ | 11.34 | 7.79 | 21.33 | - |
| YUV | 81.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 128 | 0.18 | 0.53 | 0 | 0.50 | 279.71 | 0.36 | 0.37 |
| Hex | 69 | 3C | 80 | 12 | 35 | 0 | 32 | 118 | 24 | 25 |
| Octal | 151 | 74 | 200 | 22 | 65 | 0 | 62 | 430 | 44 | 45 |
| Binary | 1101001 | 111100 | 10000000 | 10010 | 110101 | 0 | 110010 | 100011000 | 100100 | 100101 |
Color Harmonies of #693C80
Complementary color
Monochromatic Colors of #693C80
Black with #693C80
Text Example
Text Example
White with #693C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C80; }
p { color: rgb(105,60,128); }
H1.HeaderClassName
{
color: #693C80;
}
.AnyTagClassName
{
color: #693C80;
}
</style>
background-color css
<style>
a { background-color: #693C80; }
a { background-color: rgb(105,60,128); }
div.DivClassName
{
background-color: #693C80;
}
.BgClassName
{
background-color: #693C80;
}
</style>
border-color css
<style>
span { border-color: #693C80; }
span { border-color: rgb(105,60,128); }
td.TdClassName
{
border-color: #693C80;
}
.TagClassName
{
border-color: #693C80;
}
</style>