Shades of Daisy Bush #67478C
Tints of Daisy Bush #67478C
RGB
CMYK
RGB Variations
Color information
#67478C (or 0x67478C) is known color: Daisy Bush. HEX triplet: 67, 47 and 8C. RGB value is (103,71,140). Sum of RGB (Red+Green+Blue) = 103+71+140=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #67478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67478C is #98B873. Grayscale: #585858. Windows color (decimal): -10008692 or 9193319. OLE color: 9193319.
HSL color Cylindrical-coordinate representation of color #67478C: hue angle of 267.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67478C is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 71 | 140 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.45 |
| HSL | 267.83º | 0.33% | 0.41% | - |
| HSV(B) | 267.83º | 0.49% | 0.55% | - |
| XYZ | 12.58 | 9.28 | 25.94 | - |
| YUV | 88.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 140 | 0.26 | 0.49 | 0 | 0.45 | 267.83 | 0.33 | 0.41 |
| Hex | 67 | 47 | 8C | 1A | 31 | 0 | 2D | 10C | 21 | 29 |
| Octal | 147 | 107 | 214 | 32 | 61 | 0 | 55 | 414 | 41 | 51 |
| Binary | 1100111 | 1000111 | 10001100 | 11010 | 110001 | 0 | 101101 | 100001100 | 100001 | 101001 |
Color Harmonies of #67478C
Complementary color
Monochromatic Colors of #67478C
Black with #67478C
Text Example
Text Example
White with #67478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67478C; }
p { color: rgb(103,71,140); }
H1.HeaderClassName
{
color: #67478C;
}
.AnyTagClassName
{
color: #67478C;
}
</style>
background-color css
<style>
a { background-color: #67478C; }
a { background-color: rgb(103,71,140); }
div.DivClassName
{
background-color: #67478C;
}
.BgClassName
{
background-color: #67478C;
}
</style>
border-color css
<style>
span { border-color: #67478C; }
span { border-color: rgb(103,71,140); }
td.TdClassName
{
border-color: #67478C;
}
.TagClassName
{
border-color: #67478C;
}
</style>