Shades of Daisy Bush #69478B
Tints of Daisy Bush #69478B
RGB
CMYK
RGB Variations
Color information
#69478B (or 0x69478B) is known color: Daisy Bush. HEX triplet: 69, 47 and 8B. RGB value is (105,71,139). Sum of RGB (Red+Green+Blue) = 105+71+139=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #69478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69478B is #96B874. Grayscale: #585858. Windows color (decimal): -9877621 or 9127785. OLE color: 9127785.
HSL color Cylindrical-coordinate representation of color #69478B: hue angle of 270º degrees, saturation: 0.32, 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 #69478B is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 71 | 139 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.45 |
| HSL | 270º | 0.32% | 0.41% | - |
| HSV(B) | 270º | 0.49% | 0.55% | - |
| XYZ | 12.74 | 9.37 | 25.56 | - |
| YUV | 88.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 139 | 0.24 | 0.49 | 0 | 0.45 | 270 | 0.32 | 0.41 |
| Hex | 69 | 47 | 8B | 18 | 31 | 0 | 2D | 10E | 20 | 29 |
| Octal | 151 | 107 | 213 | 30 | 61 | 0 | 55 | 416 | 40 | 51 |
| Binary | 1101001 | 1000111 | 10001011 | 11000 | 110001 | 0 | 101101 | 100001110 | 100000 | 101001 |
Color Harmonies of #69478B
Complementary color
Monochromatic Colors of #69478B
Black with #69478B
Text Example
Text Example
White with #69478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69478B; }
p { color: rgb(105,71,139); }
H1.HeaderClassName
{
color: #69478B;
}
.AnyTagClassName
{
color: #69478B;
}
</style>
background-color css
<style>
a { background-color: #69478B; }
a { background-color: rgb(105,71,139); }
div.DivClassName
{
background-color: #69478B;
}
.BgClassName
{
background-color: #69478B;
}
</style>
border-color css
<style>
span { border-color: #69478B; }
span { border-color: rgb(105,71,139); }
td.TdClassName
{
border-color: #69478B;
}
.TagClassName
{
border-color: #69478B;
}
</style>