Shades of Daisy Bush #623D91
Tints of Daisy Bush #623D91
RGB
CMYK
RGB Variations
Color information
#623D91 (or 0x623D91) is known color: Daisy Bush. HEX triplet: 62, 3D and 91. RGB value is (98,61,145). Sum of RGB (Red+Green+Blue) = 98+61+145=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #623D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623D91 is #9DC26E. Grayscale: #515151. Windows color (decimal): -10338927 or 9518434. OLE color: 9518434.
HSL color Cylindrical-coordinate representation of color #623D91: hue angle of 266.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #623D91 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 61 | 145 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.43 |
| HSL | 266.43º | 0.41% | 0.4% | - |
| HSV(B) | 266.43º | 0.58% | 0.57% | - |
| XYZ | 11.82 | 7.98 | 27.71 | - |
| YUV | 81.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 145 | 0.32 | 0.58 | 0 | 0.43 | 266.43 | 0.41 | 0.4 |
| Hex | 62 | 3D | 91 | 20 | 3A | 0 | 2B | 10A | 29 | 28 |
| Octal | 142 | 75 | 221 | 40 | 72 | 0 | 53 | 412 | 51 | 50 |
| Binary | 1100010 | 111101 | 10010001 | 100000 | 111010 | 0 | 101011 | 100001010 | 101001 | 101000 |
Color Harmonies of #623D91
Complementary color
Monochromatic Colors of #623D91
Black with #623D91
Text Example
Text Example
White with #623D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D91; }
p { color: rgb(98,61,145); }
H1.HeaderClassName
{
color: #623D91;
}
.AnyTagClassName
{
color: #623D91;
}
</style>
background-color css
<style>
a { background-color: #623D91; }
a { background-color: rgb(98,61,145); }
div.DivClassName
{
background-color: #623D91;
}
.BgClassName
{
background-color: #623D91;
}
</style>
border-color css
<style>
span { border-color: #623D91; }
span { border-color: rgb(98,61,145); }
td.TdClassName
{
border-color: #623D91;
}
.TagClassName
{
border-color: #623D91;
}
</style>