Shades of Daisy Bush #624888
Tints of Daisy Bush #624888
RGB
CMYK
RGB Variations
Color information
#624888 (or 0x624888) is known color: Daisy Bush. HEX triplet: 62, 48 and 88. RGB value is (98,72,136). Sum of RGB (Red+Green+Blue) = 98+72+136=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #624888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624888 is #9DB777. Grayscale: #565656. Windows color (decimal): -10336120 or 8931426. OLE color: 8931426.
HSL color Cylindrical-coordinate representation of color #624888: hue angle of 264.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #624888 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 72 | 136 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.47 |
| HSL | 264.38º | 0.31% | 0.41% | - |
| HSV(B) | 264.38º | 0.47% | 0.53% | - |
| XYZ | 11.8 | 9.01 | 24.41 | - |
| YUV | 87.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 136 | 0.28 | 0.47 | 0 | 0.47 | 264.38 | 0.31 | 0.41 |
| Hex | 62 | 48 | 88 | 1C | 2F | 0 | 2F | 108 | 1F | 29 |
| Octal | 142 | 110 | 210 | 34 | 57 | 0 | 57 | 410 | 37 | 51 |
| Binary | 1100010 | 1001000 | 10001000 | 11100 | 101111 | 0 | 101111 | 100001000 | 11111 | 101001 |
Color Harmonies of #624888
Complementary color
Monochromatic Colors of #624888
Black with #624888
Text Example
Text Example
White with #624888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624888; }
p { color: rgb(98,72,136); }
H1.HeaderClassName
{
color: #624888;
}
.AnyTagClassName
{
color: #624888;
}
</style>
background-color css
<style>
a { background-color: #624888; }
a { background-color: rgb(98,72,136); }
div.DivClassName
{
background-color: #624888;
}
.BgClassName
{
background-color: #624888;
}
</style>
border-color css
<style>
span { border-color: #624888; }
span { border-color: rgb(98,72,136); }
td.TdClassName
{
border-color: #624888;
}
.TagClassName
{
border-color: #624888;
}
</style>