Shades of Daisy Bush #67408B
Tints of Daisy Bush #67408B
RGB
CMYK
RGB Variations
Color information
#67408B (or 0x67408B) is known color: Daisy Bush. HEX triplet: 67, 40 and 8B. RGB value is (103,64,139). Sum of RGB (Red+Green+Blue) = 103+64+139=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #67408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67408B is #98BF74. Grayscale: #535353. Windows color (decimal): -10010485 or 9125991. OLE color: 9125991.
HSL color Cylindrical-coordinate representation of color #67408B: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67408B is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 64 | 139 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.45 |
| HSL | 271.2º | 0.37% | 0.4% | - |
| HSV(B) | 271.2º | 0.54% | 0.55% | - |
| XYZ | 12.09 | 8.41 | 25.41 | - |
| YUV | 84.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 139 | 0.26 | 0.54 | 0 | 0.45 | 271.2 | 0.37 | 0.4 |
| Hex | 67 | 40 | 8B | 1A | 36 | 0 | 2D | 10F | 25 | 28 |
| Octal | 147 | 100 | 213 | 32 | 66 | 0 | 55 | 417 | 45 | 50 |
| Binary | 1100111 | 1000000 | 10001011 | 11010 | 110110 | 0 | 101101 | 100001111 | 100101 | 101000 |
Color Harmonies of #67408B
Complementary color
Monochromatic Colors of #67408B
Black with #67408B
Text Example
Text Example
White with #67408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67408B; }
p { color: rgb(103,64,139); }
H1.HeaderClassName
{
color: #67408B;
}
.AnyTagClassName
{
color: #67408B;
}
</style>
background-color css
<style>
a { background-color: #67408B; }
a { background-color: rgb(103,64,139); }
div.DivClassName
{
background-color: #67408B;
}
.BgClassName
{
background-color: #67408B;
}
</style>
border-color css
<style>
span { border-color: #67408B; }
span { border-color: rgb(103,64,139); }
td.TdClassName
{
border-color: #67408B;
}
.TagClassName
{
border-color: #67408B;
}
</style>