Shades of Daisy Bush #623D92
Tints of Daisy Bush #623D92
RGB
CMYK
RGB Variations
Color information
#623D92 (or 0x623D92) is known color: Daisy Bush. HEX triplet: 62, 3D and 92. RGB value is (98,61,146). Sum of RGB (Red+Green+Blue) = 98+61+146=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #623D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623D92 is #9DC26D. Grayscale: #515151. Windows color (decimal): -10338926 or 9583970. OLE color: 9583970.
HSL color Cylindrical-coordinate representation of color #623D92: hue angle of 266.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #623D92 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 61 | 146 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.43 |
| HSL | 266.12º | 0.41% | 0.41% | - |
| HSV(B) | 266.12º | 0.58% | 0.57% | - |
| XYZ | 11.89 | 8.01 | 28.11 | - |
| YUV | 81.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 146 | 0.33 | 0.58 | 0 | 0.43 | 266.12 | 0.41 | 0.41 |
| Hex | 62 | 3D | 92 | 21 | 3A | 0 | 2B | 10A | 29 | 29 |
| Octal | 142 | 75 | 222 | 41 | 72 | 0 | 53 | 412 | 51 | 51 |
| Binary | 1100010 | 111101 | 10010010 | 100001 | 111010 | 0 | 101011 | 100001010 | 101001 | 101001 |
Color Harmonies of #623D92
Complementary color
Monochromatic Colors of #623D92
Black with #623D92
Text Example
Text Example
White with #623D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D92; }
p { color: rgb(98,61,146); }
H1.HeaderClassName
{
color: #623D92;
}
.AnyTagClassName
{
color: #623D92;
}
</style>
background-color css
<style>
a { background-color: #623D92; }
a { background-color: rgb(98,61,146); }
div.DivClassName
{
background-color: #623D92;
}
.BgClassName
{
background-color: #623D92;
}
</style>
border-color css
<style>
span { border-color: #623D92; }
span { border-color: rgb(98,61,146); }
td.TdClassName
{
border-color: #623D92;
}
.TagClassName
{
border-color: #623D92;
}
</style>