Shades of Daisy Bush #623C98
Tints of Daisy Bush #623C98
RGB
CMYK
RGB Variations
Color information
#623C98 (or 0x623C98) is known color: Daisy Bush. HEX triplet: 62, 3C and 98. RGB value is (98,60,152). Sum of RGB (Red+Green+Blue) = 98+60+152=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #623C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623C98 is #9DC367. Grayscale: #515151. Windows color (decimal): -10339176 or 9976930. OLE color: 9976930.
HSL color Cylindrical-coordinate representation of color #623C98: hue angle of 264.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #623C98 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 60 | 152 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.40 |
| HSL | 264.78º | 0.43% | 0.42% | - |
| HSV(B) | 264.78º | 0.61% | 0.6% | - |
| XYZ | 12.32 | 8.1 | 30.62 | - |
| YUV | 81.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 152 | 0.36 | 0.61 | 0 | 0.40 | 264.78 | 0.43 | 0.42 |
| Hex | 62 | 3C | 98 | 24 | 3D | 0 | 28 | 109 | 2B | 2A |
| Octal | 142 | 74 | 230 | 44 | 75 | 0 | 50 | 411 | 53 | 52 |
| Binary | 1100010 | 111100 | 10011000 | 100100 | 111101 | 0 | 101000 | 100001001 | 101011 | 101010 |
Color Harmonies of #623C98
Complementary color
Monochromatic Colors of #623C98
Black with #623C98
Text Example
Text Example
White with #623C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C98; }
p { color: rgb(98,60,152); }
H1.HeaderClassName
{
color: #623C98;
}
.AnyTagClassName
{
color: #623C98;
}
</style>
background-color css
<style>
a { background-color: #623C98; }
a { background-color: rgb(98,60,152); }
div.DivClassName
{
background-color: #623C98;
}
.BgClassName
{
background-color: #623C98;
}
</style>
border-color css
<style>
span { border-color: #623C98; }
span { border-color: rgb(98,60,152); }
td.TdClassName
{
border-color: #623C98;
}
.TagClassName
{
border-color: #623C98;
}
</style>