Shades of Daisy Bush #69478C
Tints of Daisy Bush #69478C
RGB
CMYK
RGB Variations
Color information
#69478C (or 0x69478C) is known color: Daisy Bush. HEX triplet: 69, 47 and 8C. RGB value is (105,71,140). Sum of RGB (Red+Green+Blue) = 105+71+140=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #69478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69478C is #96B873. Grayscale: #585858. Windows color (decimal): -9877620 or 9193321. OLE color: 9193321.
HSL color Cylindrical-coordinate representation of color #69478C: hue angle of 269.57º 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 #69478C is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 71 | 140 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.45 |
| HSL | 269.57º | 0.33% | 0.41% | - |
| HSV(B) | 269.57º | 0.49% | 0.55% | - |
| XYZ | 12.81 | 9.4 | 25.95 | - |
| YUV | 89.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 140 | 0.25 | 0.49 | 0 | 0.45 | 269.57 | 0.33 | 0.41 |
| Hex | 69 | 47 | 8C | 19 | 31 | 0 | 2D | 10E | 21 | 29 |
| Octal | 151 | 107 | 214 | 31 | 61 | 0 | 55 | 416 | 41 | 51 |
| Binary | 1101001 | 1000111 | 10001100 | 11001 | 110001 | 0 | 101101 | 100001110 | 100001 | 101001 |
Color Harmonies of #69478C
Complementary color
Monochromatic Colors of #69478C
Black with #69478C
Text Example
Text Example
White with #69478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69478C; }
p { color: rgb(105,71,140); }
H1.HeaderClassName
{
color: #69478C;
}
.AnyTagClassName
{
color: #69478C;
}
</style>
background-color css
<style>
a { background-color: #69478C; }
a { background-color: rgb(105,71,140); }
div.DivClassName
{
background-color: #69478C;
}
.BgClassName
{
background-color: #69478C;
}
</style>
border-color css
<style>
span { border-color: #69478C; }
span { border-color: rgb(105,71,140); }
td.TdClassName
{
border-color: #69478C;
}
.TagClassName
{
border-color: #69478C;
}
</style>