Shades of Daisy Bush #624B9C
Tints of Daisy Bush #624B9C
RGB
CMYK
RGB Variations
Color information
#624B9C (or 0x624B9C) is known color: Daisy Bush. HEX triplet: 62, 4B and 9C. RGB value is (98,75,156). Sum of RGB (Red+Green+Blue) = 98+75+156=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #624B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624B9C is #9DB463. Grayscale: #5A5A5A. Windows color (decimal): -10335332 or 10242914. OLE color: 10242914.
HSL color Cylindrical-coordinate representation of color #624B9C: hue angle of 257.04º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #624B9C is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 75 | 156 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.39 |
| HSL | 257.04º | 0.35% | 0.45% | - |
| HSV(B) | 257.04º | 0.52% | 0.61% | - |
| XYZ | 13.55 | 10.03 | 32.67 | - |
| YUV | 91.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 156 | 0.37 | 0.52 | 0 | 0.39 | 257.04 | 0.35 | 0.45 |
| Hex | 62 | 4B | 9C | 25 | 34 | 0 | 27 | 101 | 23 | 2D |
| Octal | 142 | 113 | 234 | 45 | 64 | 0 | 47 | 401 | 43 | 55 |
| Binary | 1100010 | 1001011 | 10011100 | 100101 | 110100 | 0 | 100111 | 100000001 | 100011 | 101101 |
Color Harmonies of #624B9C
Complementary color
Monochromatic Colors of #624B9C
Black with #624B9C
Text Example
Text Example
White with #624B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B9C; }
p { color: rgb(98,75,156); }
H1.HeaderClassName
{
color: #624B9C;
}
.AnyTagClassName
{
color: #624B9C;
}
</style>
background-color css
<style>
a { background-color: #624B9C; }
a { background-color: rgb(98,75,156); }
div.DivClassName
{
background-color: #624B9C;
}
.BgClassName
{
background-color: #624B9C;
}
</style>
border-color css
<style>
span { border-color: #624B9C; }
span { border-color: rgb(98,75,156); }
td.TdClassName
{
border-color: #624B9C;
}
.TagClassName
{
border-color: #624B9C;
}
</style>