Shades of Daisy Bush #67418B
Tints of Daisy Bush #67418B
RGB
CMYK
RGB Variations
Color information
#67418B (or 0x67418B) is known color: Daisy Bush. HEX triplet: 67, 41 and 8B. RGB value is (103,65,139). Sum of RGB (Red+Green+Blue) = 103+65+139=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #67418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67418B is #98BE74. Grayscale: #545454. Windows color (decimal): -10010229 or 9126247. OLE color: 9126247.
HSL color Cylindrical-coordinate representation of color #67418B: hue angle of 270.81º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67418B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 65 | 139 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.45 |
| HSL | 270.81º | 0.36% | 0.4% | - |
| HSV(B) | 270.81º | 0.53% | 0.55% | - |
| XYZ | 12.14 | 8.53 | 25.43 | - |
| YUV | 84.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 139 | 0.26 | 0.53 | 0 | 0.45 | 270.81 | 0.36 | 0.4 |
| Hex | 67 | 41 | 8B | 1A | 35 | 0 | 2D | 10F | 24 | 28 |
| Octal | 147 | 101 | 213 | 32 | 65 | 0 | 55 | 417 | 44 | 50 |
| Binary | 1100111 | 1000001 | 10001011 | 11010 | 110101 | 0 | 101101 | 100001111 | 100100 | 101000 |
Color Harmonies of #67418B
Complementary color
Monochromatic Colors of #67418B
Black with #67418B
Text Example
Text Example
White with #67418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67418B; }
p { color: rgb(103,65,139); }
H1.HeaderClassName
{
color: #67418B;
}
.AnyTagClassName
{
color: #67418B;
}
</style>
background-color css
<style>
a { background-color: #67418B; }
a { background-color: rgb(103,65,139); }
div.DivClassName
{
background-color: #67418B;
}
.BgClassName
{
background-color: #67418B;
}
</style>
border-color css
<style>
span { border-color: #67418B; }
span { border-color: rgb(103,65,139); }
td.TdClassName
{
border-color: #67418B;
}
.TagClassName
{
border-color: #67418B;
}
</style>