Shades of Daisy Bush #623E91
Tints of Daisy Bush #623E91
RGB
CMYK
RGB Variations
Color information
#623E91 (or 0x623E91) is known color: Daisy Bush. HEX triplet: 62, 3E and 91. RGB value is (98,62,145). Sum of RGB (Red+Green+Blue) = 98+62+145=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #623E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623E91 is #9DC16E. Grayscale: #515151. Windows color (decimal): -10338671 or 9518690. OLE color: 9518690.
HSL color Cylindrical-coordinate representation of color #623E91: hue angle of 266.02º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #623E91 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 62 | 145 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.43 |
| HSL | 266.02º | 0.4% | 0.41% | - |
| HSV(B) | 266.02º | 0.57% | 0.57% | - |
| XYZ | 11.87 | 8.09 | 27.72 | - |
| YUV | 82.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 62 | 145 | 0.32 | 0.57 | 0 | 0.43 | 266.02 | 0.4 | 0.41 |
| Hex | 62 | 3E | 91 | 20 | 39 | 0 | 2B | 10A | 28 | 29 |
| Octal | 142 | 76 | 221 | 40 | 71 | 0 | 53 | 412 | 50 | 51 |
| Binary | 1100010 | 111110 | 10010001 | 100000 | 111001 | 0 | 101011 | 100001010 | 101000 | 101001 |
Color Harmonies of #623E91
Complementary color
Monochromatic Colors of #623E91
Black with #623E91
Text Example
Text Example
White with #623E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623E91; }
p { color: rgb(98,62,145); }
H1.HeaderClassName
{
color: #623E91;
}
.AnyTagClassName
{
color: #623E91;
}
</style>
background-color css
<style>
a { background-color: #623E91; }
a { background-color: rgb(98,62,145); }
div.DivClassName
{
background-color: #623E91;
}
.BgClassName
{
background-color: #623E91;
}
</style>
border-color css
<style>
span { border-color: #623E91; }
span { border-color: rgb(98,62,145); }
td.TdClassName
{
border-color: #623E91;
}
.TagClassName
{
border-color: #623E91;
}
</style>