Shades of Daisy Bush #624883
Tints of Daisy Bush #624883
RGB
CMYK
RGB Variations
Color information
#624883 (or 0x624883) is known color: Daisy Bush. HEX triplet: 62, 48 and 83. RGB value is (98,72,131). Sum of RGB (Red+Green+Blue) = 98+72+131=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #624883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624883 is #9DB77C. Grayscale: #565656. Windows color (decimal): -10336125 or 8603746. OLE color: 8603746.
HSL color Cylindrical-coordinate representation of color #624883: hue angle of 266.44º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624883 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 72 | 131 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.49 |
| HSL | 266.44º | 0.29% | 0.4% | - |
| HSV(B) | 266.44º | 0.45% | 0.51% | - |
| XYZ | 11.45 | 8.87 | 22.58 | - |
| YUV | 86.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 131 | 0.25 | 0.45 | 0 | 0.49 | 266.44 | 0.29 | 0.4 |
| Hex | 62 | 48 | 83 | 19 | 2D | 0 | 31 | 10A | 1D | 28 |
| Octal | 142 | 110 | 203 | 31 | 55 | 0 | 61 | 412 | 35 | 50 |
| Binary | 1100010 | 1001000 | 10000011 | 11001 | 101101 | 0 | 110001 | 100001010 | 11101 | 101000 |
Color Harmonies of #624883
Complementary color
Monochromatic Colors of #624883
Black with #624883
Text Example
Text Example
White with #624883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624883; }
p { color: rgb(98,72,131); }
H1.HeaderClassName
{
color: #624883;
}
.AnyTagClassName
{
color: #624883;
}
</style>
background-color css
<style>
a { background-color: #624883; }
a { background-color: rgb(98,72,131); }
div.DivClassName
{
background-color: #624883;
}
.BgClassName
{
background-color: #624883;
}
</style>
border-color css
<style>
span { border-color: #624883; }
span { border-color: rgb(98,72,131); }
td.TdClassName
{
border-color: #624883;
}
.TagClassName
{
border-color: #624883;
}
</style>