Shades of Honey Flower #69437A
Tints of Honey Flower #69437A
RGB
CMYK
RGB Variations
Color information
#69437A (or 0x69437A) is known color: Honey Flower. HEX triplet: 69, 43 and 7A. RGB value is (105,67,122). Sum of RGB (Red+Green+Blue) = 105+67+122=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #69437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69437A is #96BC85. Grayscale: #545454. Windows color (decimal): -9878662 or 8012649. OLE color: 8012649.
HSL color Cylindrical-coordinate representation of color #69437A: hue angle of 281.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69437A is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 67 | 122 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.52 |
| HSL | 281.45º | 0.29% | 0.37% | - |
| HSV(B) | 281.45º | 0.45% | 0.48% | - |
| XYZ | 11.35 | 8.42 | 19.44 | - |
| YUV | 84.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 122 | 0.14 | 0.45 | 0 | 0.52 | 281.45 | 0.29 | 0.37 |
| Hex | 69 | 43 | 7A | E | 2D | 0 | 34 | 119 | 1D | 25 |
| Octal | 151 | 103 | 172 | 16 | 55 | 0 | 64 | 431 | 35 | 45 |
| Binary | 1101001 | 1000011 | 1111010 | 1110 | 101101 | 0 | 110100 | 100011001 | 11101 | 100101 |
Color Harmonies of #69437A
Complementary color
Monochromatic Colors of #69437A
Black with #69437A
Text Example
Text Example
White with #69437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69437A; }
p { color: rgb(105,67,122); }
H1.HeaderClassName
{
color: #69437A;
}
.AnyTagClassName
{
color: #69437A;
}
</style>
background-color css
<style>
a { background-color: #69437A; }
a { background-color: rgb(105,67,122); }
div.DivClassName
{
background-color: #69437A;
}
.BgClassName
{
background-color: #69437A;
}
</style>
border-color css
<style>
span { border-color: #69437A; }
span { border-color: rgb(105,67,122); }
td.TdClassName
{
border-color: #69437A;
}
.TagClassName
{
border-color: #69437A;
}
</style>