Shades of Daisy Bush #623D99
Tints of Daisy Bush #623D99
RGB
CMYK
RGB Variations
Color information
#623D99 (or 0x623D99) is known color: Daisy Bush. HEX triplet: 62, 3D and 99. RGB value is (98,61,153). Sum of RGB (Red+Green+Blue) = 98+61+153=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #623D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623D99 is #9DC266. Grayscale: #525252. Windows color (decimal): -10338919 or 10042722. OLE color: 10042722.
HSL color Cylindrical-coordinate representation of color #623D99: hue angle of 264.13º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #623D99 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 61 | 153 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.4 |
| HSL | 264.13º | 0.43% | 0.42% | - |
| HSV(B) | 264.13º | 0.6% | 0.6% | - |
| XYZ | 12.46 | 8.23 | 31.07 | - |
| YUV | 82.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 153 | 0.36 | 0.60 | 0 | 0.4 | 264.13 | 0.43 | 0.42 |
| Hex | 62 | 3D | 99 | 24 | 3C | 0 | 28 | 108 | 2B | 2A |
| Octal | 142 | 75 | 231 | 44 | 74 | 0 | 50 | 410 | 53 | 52 |
| Binary | 1100010 | 111101 | 10011001 | 100100 | 111100 | 0 | 101000 | 100001000 | 101011 | 101010 |
Color Harmonies of #623D99
Complementary color
Monochromatic Colors of #623D99
Black with #623D99
Text Example
Text Example
White with #623D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D99; }
p { color: rgb(98,61,153); }
H1.HeaderClassName
{
color: #623D99;
}
.AnyTagClassName
{
color: #623D99;
}
</style>
background-color css
<style>
a { background-color: #623D99; }
a { background-color: rgb(98,61,153); }
div.DivClassName
{
background-color: #623D99;
}
.BgClassName
{
background-color: #623D99;
}
</style>
border-color css
<style>
span { border-color: #623D99; }
span { border-color: rgb(98,61,153); }
td.TdClassName
{
border-color: #623D99;
}
.TagClassName
{
border-color: #623D99;
}
</style>