Shades of Daisy Bush #61438C
Tints of Daisy Bush #61438C
RGB
CMYK
RGB Variations
Color information
#61438C (or 0x61438C) is known color: Daisy Bush. HEX triplet: 61, 43 and 8C. RGB value is (97,67,140). Sum of RGB (Red+Green+Blue) = 97+67+140=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #61438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61438C is #9EBC73. Grayscale: #545454. Windows color (decimal): -10402932 or 9192289. OLE color: 9192289.
HSL color Cylindrical-coordinate representation of color #61438C: hue angle of 264.66º 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 #61438C is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 67 | 140 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.45 |
| HSL | 264.66º | 0.35% | 0.41% | - |
| HSV(B) | 264.66º | 0.52% | 0.55% | - |
| XYZ | 11.67 | 8.45 | 25.83 | - |
| YUV | 84.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 140 | 0.31 | 0.52 | 0 | 0.45 | 264.66 | 0.35 | 0.41 |
| Hex | 61 | 43 | 8C | 1F | 34 | 0 | 2D | 109 | 23 | 29 |
| Octal | 141 | 103 | 214 | 37 | 64 | 0 | 55 | 411 | 43 | 51 |
| Binary | 1100001 | 1000011 | 10001100 | 11111 | 110100 | 0 | 101101 | 100001001 | 100011 | 101001 |
Color Harmonies of #61438C
Complementary color
Monochromatic Colors of #61438C
Black with #61438C
Text Example
Text Example
White with #61438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61438C; }
p { color: rgb(97,67,140); }
H1.HeaderClassName
{
color: #61438C;
}
.AnyTagClassName
{
color: #61438C;
}
</style>
background-color css
<style>
a { background-color: #61438C; }
a { background-color: rgb(97,67,140); }
div.DivClassName
{
background-color: #61438C;
}
.BgClassName
{
background-color: #61438C;
}
</style>
border-color css
<style>
span { border-color: #61438C; }
span { border-color: rgb(97,67,140); }
td.TdClassName
{
border-color: #61438C;
}
.TagClassName
{
border-color: #61438C;
}
</style>