Shades of Daisy Bush #624A8C
Tints of Daisy Bush #624A8C
RGB
CMYK
RGB Variations
Color information
#624A8C (or 0x624A8C) is known color: Daisy Bush. HEX triplet: 62, 4A and 8C. RGB value is (98,74,140). Sum of RGB (Red+Green+Blue) = 98+74+140=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #624A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624A8C is #9DB573. Grayscale: #585858. Windows color (decimal): -10335604 or 9194082. OLE color: 9194082.
HSL color Cylindrical-coordinate representation of color #624A8C: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #624A8C is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 74 | 140 | - |
| CMYK | 0.3 | 0.47 | 0 | 0.45 |
| HSL | 261.82º | 0.31% | 0.42% | - |
| HSV(B) | 261.82º | 0.47% | 0.55% | - |
| XYZ | 12.22 | 9.39 | 25.98 | - |
| YUV | 88.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 140 | 0.3 | 0.47 | 0 | 0.45 | 261.82 | 0.31 | 0.42 |
| Hex | 62 | 4A | 8C | 1E | 2F | 0 | 2D | 106 | 1F | 2A |
| Octal | 142 | 112 | 214 | 36 | 57 | 0 | 55 | 406 | 37 | 52 |
| Binary | 1100010 | 1001010 | 10001100 | 11110 | 101111 | 0 | 101101 | 100000110 | 11111 | 101010 |
Color Harmonies of #624A8C
Complementary color
Monochromatic Colors of #624A8C
Black with #624A8C
Text Example
Text Example
White with #624A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A8C; }
p { color: rgb(98,74,140); }
H1.HeaderClassName
{
color: #624A8C;
}
.AnyTagClassName
{
color: #624A8C;
}
</style>
background-color css
<style>
a { background-color: #624A8C; }
a { background-color: rgb(98,74,140); }
div.DivClassName
{
background-color: #624A8C;
}
.BgClassName
{
background-color: #624A8C;
}
</style>
border-color css
<style>
span { border-color: #624A8C; }
span { border-color: rgb(98,74,140); }
td.TdClassName
{
border-color: #624A8C;
}
.TagClassName
{
border-color: #624A8C;
}
</style>