Shades of Daisy Bush #67428D
Tints of Daisy Bush #67428D
RGB
CMYK
RGB Variations
Color information
#67428D (or 0x67428D) is known color: Daisy Bush. HEX triplet: 67, 42 and 8D. RGB value is (103,66,141). Sum of RGB (Red+Green+Blue) = 103+66+141=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #67428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67428D is #98BD72. Grayscale: #555555. Windows color (decimal): -10009971 or 9257575. OLE color: 9257575.
HSL color Cylindrical-coordinate representation of color #67428D: hue angle of 269.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67428D is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 66 | 141 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.45 |
| HSL | 269.6º | 0.36% | 0.41% | - |
| HSV(B) | 269.6º | 0.53% | 0.55% | - |
| XYZ | 12.35 | 8.7 | 26.23 | - |
| YUV | 85.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 141 | 0.27 | 0.53 | 0 | 0.45 | 269.6 | 0.36 | 0.41 |
| Hex | 67 | 42 | 8D | 1B | 35 | 0 | 2D | 10E | 24 | 29 |
| Octal | 147 | 102 | 215 | 33 | 65 | 0 | 55 | 416 | 44 | 51 |
| Binary | 1100111 | 1000010 | 10001101 | 11011 | 110101 | 0 | 101101 | 100001110 | 100100 | 101001 |
Color Harmonies of #67428D
Complementary color
Monochromatic Colors of #67428D
Black with #67428D
Text Example
Text Example
White with #67428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67428D; }
p { color: rgb(103,66,141); }
H1.HeaderClassName
{
color: #67428D;
}
.AnyTagClassName
{
color: #67428D;
}
</style>
background-color css
<style>
a { background-color: #67428D; }
a { background-color: rgb(103,66,141); }
div.DivClassName
{
background-color: #67428D;
}
.BgClassName
{
background-color: #67428D;
}
</style>
border-color css
<style>
span { border-color: #67428D; }
span { border-color: rgb(103,66,141); }
td.TdClassName
{
border-color: #67428D;
}
.TagClassName
{
border-color: #67428D;
}
</style>