Shades of Daisy Bush #623C91
Tints of Daisy Bush #623C91
RGB
CMYK
RGB Variations
Color information
#623C91 (or 0x623C91) is known color: Daisy Bush. HEX triplet: 62, 3C and 91. RGB value is (98,60,145). Sum of RGB (Red+Green+Blue) = 98+60+145=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #623C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623C91 is #9DC36E. Grayscale: #505050. Windows color (decimal): -10339183 or 9518178. OLE color: 9518178.
HSL color Cylindrical-coordinate representation of color #623C91: hue angle of 266.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #623C91 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 60 | 145 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.43 |
| HSL | 266.82º | 0.41% | 0.4% | - |
| HSV(B) | 266.82º | 0.59% | 0.57% | - |
| XYZ | 11.76 | 7.87 | 27.69 | - |
| YUV | 81.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 145 | 0.32 | 0.59 | 0 | 0.43 | 266.82 | 0.41 | 0.4 |
| Hex | 62 | 3C | 91 | 20 | 3B | 0 | 2B | 10B | 29 | 28 |
| Octal | 142 | 74 | 221 | 40 | 73 | 0 | 53 | 413 | 51 | 50 |
| Binary | 1100010 | 111100 | 10010001 | 100000 | 111011 | 0 | 101011 | 100001011 | 101001 | 101000 |
Color Harmonies of #623C91
Complementary color
Monochromatic Colors of #623C91
Black with #623C91
Text Example
Text Example
White with #623C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C91; }
p { color: rgb(98,60,145); }
H1.HeaderClassName
{
color: #623C91;
}
.AnyTagClassName
{
color: #623C91;
}
</style>
background-color css
<style>
a { background-color: #623C91; }
a { background-color: rgb(98,60,145); }
div.DivClassName
{
background-color: #623C91;
}
.BgClassName
{
background-color: #623C91;
}
</style>
border-color css
<style>
span { border-color: #623C91; }
span { border-color: rgb(98,60,145); }
td.TdClassName
{
border-color: #623C91;
}
.TagClassName
{
border-color: #623C91;
}
</style>