Shades of Daisy Bush #623B94
Tints of Daisy Bush #623B94
RGB
CMYK
RGB Variations
Color information
#623B94 (or 0x623B94) is known color: Daisy Bush. HEX triplet: 62, 3B and 94. RGB value is (98,59,148). Sum of RGB (Red+Green+Blue) = 98+59+148=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #623B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623B94 is #9DC46B. Grayscale: #505050. Windows color (decimal): -10339436 or 9714530. OLE color: 9714530.
HSL color Cylindrical-coordinate representation of color #623B94: hue angle of 266.29º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #623B94 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 59 | 148 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.42 |
| HSL | 266.29º | 0.43% | 0.41% | - |
| HSV(B) | 266.29º | 0.6% | 0.58% | - |
| XYZ | 11.95 | 7.86 | 28.9 | - |
| YUV | 80.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 148 | 0.34 | 0.60 | 0 | 0.42 | 266.29 | 0.43 | 0.41 |
| Hex | 62 | 3B | 94 | 22 | 3C | 0 | 2A | 10A | 2B | 29 |
| Octal | 142 | 73 | 224 | 42 | 74 | 0 | 52 | 412 | 53 | 51 |
| Binary | 1100010 | 111011 | 10010100 | 100010 | 111100 | 0 | 101010 | 100001010 | 101011 | 101001 |
Color Harmonies of #623B94
Complementary color
Monochromatic Colors of #623B94
Black with #623B94
Text Example
Text Example
White with #623B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623B94; }
p { color: rgb(98,59,148); }
H1.HeaderClassName
{
color: #623B94;
}
.AnyTagClassName
{
color: #623B94;
}
</style>
background-color css
<style>
a { background-color: #623B94; }
a { background-color: rgb(98,59,148); }
div.DivClassName
{
background-color: #623B94;
}
.BgClassName
{
background-color: #623B94;
}
</style>
border-color css
<style>
span { border-color: #623B94; }
span { border-color: rgb(98,59,148); }
td.TdClassName
{
border-color: #623B94;
}
.TagClassName
{
border-color: #623B94;
}
</style>