Shades of Daisy Bush #68438C
Tints of Daisy Bush #68438C
RGB
CMYK
RGB Variations
Color information
#68438C (or 0x68438C) is known color: Daisy Bush. HEX triplet: 68, 43 and 8C. RGB value is (104,67,140). Sum of RGB (Red+Green+Blue) = 104+67+140=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #68438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68438C is #97BC73. Grayscale: #565656. Windows color (decimal): -9944180 or 9192296. OLE color: 9192296.
HSL color Cylindrical-coordinate representation of color #68438C: hue angle of 270.41º 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 #68438C is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 67 | 140 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.45 |
| HSL | 270.41º | 0.35% | 0.41% | - |
| HSV(B) | 270.41º | 0.52% | 0.55% | - |
| XYZ | 12.45 | 8.85 | 25.86 | - |
| YUV | 86.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 140 | 0.26 | 0.52 | 0 | 0.45 | 270.41 | 0.35 | 0.41 |
| Hex | 68 | 43 | 8C | 1A | 34 | 0 | 2D | 10E | 23 | 29 |
| Octal | 150 | 103 | 214 | 32 | 64 | 0 | 55 | 416 | 43 | 51 |
| Binary | 1101000 | 1000011 | 10001100 | 11010 | 110100 | 0 | 101101 | 100001110 | 100011 | 101001 |
Color Harmonies of #68438C
Complementary color
Monochromatic Colors of #68438C
Black with #68438C
Text Example
Text Example
White with #68438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68438C; }
p { color: rgb(104,67,140); }
H1.HeaderClassName
{
color: #68438C;
}
.AnyTagClassName
{
color: #68438C;
}
</style>
background-color css
<style>
a { background-color: #68438C; }
a { background-color: rgb(104,67,140); }
div.DivClassName
{
background-color: #68438C;
}
.BgClassName
{
background-color: #68438C;
}
</style>
border-color css
<style>
span { border-color: #68438C; }
span { border-color: rgb(104,67,140); }
td.TdClassName
{
border-color: #68438C;
}
.TagClassName
{
border-color: #68438C;
}
</style>