Shades of Daisy Bush #623F90
Tints of Daisy Bush #623F90
RGB
CMYK
RGB Variations
Color information
#623F90 (or 0x623F90) is known color: Daisy Bush. HEX triplet: 62, 3F and 90. RGB value is (98,63,144). Sum of RGB (Red+Green+Blue) = 98+63+144=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #623F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623F90 is #9DC06F. Grayscale: #525252. Windows color (decimal): -10338416 or 9453410. OLE color: 9453410.
HSL color Cylindrical-coordinate representation of color #623F90: hue angle of 265.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #623F90 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 63 | 144 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.44 |
| HSL | 265.93º | 0.39% | 0.41% | - |
| HSV(B) | 265.93º | 0.56% | 0.56% | - |
| XYZ | 11.85 | 8.17 | 27.34 | - |
| YUV | 82.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 144 | 0.32 | 0.56 | 0 | 0.44 | 265.93 | 0.39 | 0.41 |
| Hex | 62 | 3F | 90 | 20 | 38 | 0 | 2C | 10A | 27 | 29 |
| Octal | 142 | 77 | 220 | 40 | 70 | 0 | 54 | 412 | 47 | 51 |
| Binary | 1100010 | 111111 | 10010000 | 100000 | 111000 | 0 | 101100 | 100001010 | 100111 | 101001 |
Color Harmonies of #623F90
Complementary color
Monochromatic Colors of #623F90
Black with #623F90
Text Example
Text Example
White with #623F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623F90; }
p { color: rgb(98,63,144); }
H1.HeaderClassName
{
color: #623F90;
}
.AnyTagClassName
{
color: #623F90;
}
</style>
background-color css
<style>
a { background-color: #623F90; }
a { background-color: rgb(98,63,144); }
div.DivClassName
{
background-color: #623F90;
}
.BgClassName
{
background-color: #623F90;
}
</style>
border-color css
<style>
span { border-color: #623F90; }
span { border-color: rgb(98,63,144); }
td.TdClassName
{
border-color: #623F90;
}
.TagClassName
{
border-color: #623F90;
}
</style>