Shades of Daisy Bush #67448E
Tints of Daisy Bush #67448E
RGB
CMYK
RGB Variations
Color information
#67448E (or 0x67448E) is known color: Daisy Bush. HEX triplet: 67, 44 and 8E. RGB value is (103,68,142). Sum of RGB (Red+Green+Blue) = 103+68+142=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #67448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67448E is #98BB71. Grayscale: #565656. Windows color (decimal): -10009458 or 9323623. OLE color: 9323623.
HSL color Cylindrical-coordinate representation of color #67448E: hue angle of 268.38º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67448E is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 68 | 142 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.44 |
| HSL | 268.38º | 0.35% | 0.41% | - |
| HSV(B) | 268.38º | 0.52% | 0.56% | - |
| XYZ | 12.54 | 8.97 | 26.66 | - |
| YUV | 86.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 142 | 0.27 | 0.52 | 0 | 0.44 | 268.38 | 0.35 | 0.41 |
| Hex | 67 | 44 | 8E | 1B | 34 | 0 | 2C | 10C | 23 | 29 |
| Octal | 147 | 104 | 216 | 33 | 64 | 0 | 54 | 414 | 43 | 51 |
| Binary | 1100111 | 1000100 | 10001110 | 11011 | 110100 | 0 | 101100 | 100001100 | 100011 | 101001 |
Color Harmonies of #67448E
Complementary color
Monochromatic Colors of #67448E
Black with #67448E
Text Example
Text Example
White with #67448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67448E; }
p { color: rgb(103,68,142); }
H1.HeaderClassName
{
color: #67448E;
}
.AnyTagClassName
{
color: #67448E;
}
</style>
background-color css
<style>
a { background-color: #67448E; }
a { background-color: rgb(103,68,142); }
div.DivClassName
{
background-color: #67448E;
}
.BgClassName
{
background-color: #67448E;
}
</style>
border-color css
<style>
span { border-color: #67448E; }
span { border-color: rgb(103,68,142); }
td.TdClassName
{
border-color: #67448E;
}
.TagClassName
{
border-color: #67448E;
}
</style>