Shades of Daisy Bush #673C8B
Tints of Daisy Bush #673C8B
RGB
CMYK
RGB Variations
Color information
#673C8B (or 0x673C8B) is known color: Daisy Bush. HEX triplet: 67, 3C and 8B. RGB value is (103,60,139). Sum of RGB (Red+Green+Blue) = 103+60+139=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #673C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673C8B is #98C374. Grayscale: #515151. Windows color (decimal): -10011509 or 9124967. OLE color: 9124967.
HSL color Cylindrical-coordinate representation of color #673C8B: hue angle of 272.66º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #673C8B is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 60 | 139 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.45 |
| HSL | 272.66º | 0.4% | 0.39% | - |
| HSV(B) | 272.66º | 0.57% | 0.55% | - |
| XYZ | 11.87 | 7.98 | 25.34 | - |
| YUV | 81.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 139 | 0.26 | 0.57 | 0 | 0.45 | 272.66 | 0.4 | 0.39 |
| Hex | 67 | 3C | 8B | 1A | 39 | 0 | 2D | 111 | 28 | 27 |
| Octal | 147 | 74 | 213 | 32 | 71 | 0 | 55 | 421 | 50 | 47 |
| Binary | 1100111 | 111100 | 10001011 | 11010 | 111001 | 0 | 101101 | 100010001 | 101000 | 100111 |
Color Harmonies of #673C8B
Complementary color
Monochromatic Colors of #673C8B
Black with #673C8B
Text Example
Text Example
White with #673C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C8B; }
p { color: rgb(103,60,139); }
H1.HeaderClassName
{
color: #673C8B;
}
.AnyTagClassName
{
color: #673C8B;
}
</style>
background-color css
<style>
a { background-color: #673C8B; }
a { background-color: rgb(103,60,139); }
div.DivClassName
{
background-color: #673C8B;
}
.BgClassName
{
background-color: #673C8B;
}
</style>
border-color css
<style>
span { border-color: #673C8B; }
span { border-color: rgb(103,60,139); }
td.TdClassName
{
border-color: #673C8B;
}
.TagClassName
{
border-color: #673C8B;
}
</style>