Shades of Daisy Bush #69438C
Tints of Daisy Bush #69438C
RGB
CMYK
RGB Variations
Color information
#69438C (or 0x69438C) is known color: Daisy Bush. HEX triplet: 69, 43 and 8C. RGB value is (105,67,140). Sum of RGB (Red+Green+Blue) = 105+67+140=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #69438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69438C is #96BC73. Grayscale: #565656. Windows color (decimal): -9878644 or 9192297. OLE color: 9192297.
HSL color Cylindrical-coordinate representation of color #69438C: hue angle of 271.23º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69438C is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 67 | 140 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.45 |
| HSL | 271.23º | 0.35% | 0.41% | - |
| HSV(B) | 271.23º | 0.52% | 0.55% | - |
| XYZ | 12.57 | 8.91 | 25.87 | - |
| YUV | 86.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 140 | 0.25 | 0.52 | 0 | 0.45 | 271.23 | 0.35 | 0.41 |
| Hex | 69 | 43 | 8C | 19 | 34 | 0 | 2D | 10F | 23 | 29 |
| Octal | 151 | 103 | 214 | 31 | 64 | 0 | 55 | 417 | 43 | 51 |
| Binary | 1101001 | 1000011 | 10001100 | 11001 | 110100 | 0 | 101101 | 100001111 | 100011 | 101001 |
Color Harmonies of #69438C
Complementary color
Monochromatic Colors of #69438C
Black with #69438C
Text Example
Text Example
White with #69438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69438C; }
p { color: rgb(105,67,140); }
H1.HeaderClassName
{
color: #69438C;
}
.AnyTagClassName
{
color: #69438C;
}
</style>
background-color css
<style>
a { background-color: #69438C; }
a { background-color: rgb(105,67,140); }
div.DivClassName
{
background-color: #69438C;
}
.BgClassName
{
background-color: #69438C;
}
</style>
border-color css
<style>
span { border-color: #69438C; }
span { border-color: rgb(105,67,140); }
td.TdClassName
{
border-color: #69438C;
}
.TagClassName
{
border-color: #69438C;
}
</style>