Shades of Daisy Bush #62438C
Tints of Daisy Bush #62438C
RGB
CMYK
RGB Variations
Color information
#62438C (or 0x62438C) is known color: Daisy Bush. HEX triplet: 62, 43 and 8C. RGB value is (98,67,140). Sum of RGB (Red+Green+Blue) = 98+67+140=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #62438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62438C is #9DBC73. Grayscale: #545454. Windows color (decimal): -10337396 or 9192290. OLE color: 9192290.
HSL color Cylindrical-coordinate representation of color #62438C: hue angle of 265.48º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62438C is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 67 | 140 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.45 |
| HSL | 265.48º | 0.35% | 0.41% | - |
| HSV(B) | 265.48º | 0.52% | 0.55% | - |
| XYZ | 11.78 | 8.5 | 25.83 | - |
| YUV | 84.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 140 | 0.3 | 0.52 | 0 | 0.45 | 265.48 | 0.35 | 0.41 |
| Hex | 62 | 43 | 8C | 1E | 34 | 0 | 2D | 109 | 23 | 29 |
| Octal | 142 | 103 | 214 | 36 | 64 | 0 | 55 | 411 | 43 | 51 |
| Binary | 1100010 | 1000011 | 10001100 | 11110 | 110100 | 0 | 101101 | 100001001 | 100011 | 101001 |
Color Harmonies of #62438C
Complementary color
Monochromatic Colors of #62438C
Black with #62438C
Text Example
Text Example
White with #62438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62438C; }
p { color: rgb(98,67,140); }
H1.HeaderClassName
{
color: #62438C;
}
.AnyTagClassName
{
color: #62438C;
}
</style>
background-color css
<style>
a { background-color: #62438C; }
a { background-color: rgb(98,67,140); }
div.DivClassName
{
background-color: #62438C;
}
.BgClassName
{
background-color: #62438C;
}
</style>
border-color css
<style>
span { border-color: #62438C; }
span { border-color: rgb(98,67,140); }
td.TdClassName
{
border-color: #62438C;
}
.TagClassName
{
border-color: #62438C;
}
</style>