Shades of Daisy Bush #62468C
Tints of Daisy Bush #62468C
RGB
CMYK
RGB Variations
Color information
#62468C (or 0x62468C) is known color: Daisy Bush. HEX triplet: 62, 46 and 8C. RGB value is (98,70,140). Sum of RGB (Red+Green+Blue) = 98+70+140=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #62468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62468C is #9DB973. Grayscale: #565656. Windows color (decimal): -10336628 or 9193058. OLE color: 9193058.
HSL color Cylindrical-coordinate representation of color #62468C: hue angle of 264º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62468C is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 70 | 140 | - |
| CMYK | 0.3 | 0.50 | 0 | 0.45 |
| HSL | 264º | 0.33% | 0.41% | - |
| HSV(B) | 264º | 0.5% | 0.55% | - |
| XYZ | 11.96 | 8.87 | 25.89 | - |
| YUV | 86.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 140 | 0.3 | 0.50 | 0 | 0.45 | 264 | 0.33 | 0.41 |
| Hex | 62 | 46 | 8C | 1E | 32 | 0 | 2D | 108 | 21 | 29 |
| Octal | 142 | 106 | 214 | 36 | 62 | 0 | 55 | 410 | 41 | 51 |
| Binary | 1100010 | 1000110 | 10001100 | 11110 | 110010 | 0 | 101101 | 100001000 | 100001 | 101001 |
Color Harmonies of #62468C
Complementary color
Monochromatic Colors of #62468C
Black with #62468C
Text Example
Text Example
White with #62468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62468C; }
p { color: rgb(98,70,140); }
H1.HeaderClassName
{
color: #62468C;
}
.AnyTagClassName
{
color: #62468C;
}
</style>
background-color css
<style>
a { background-color: #62468C; }
a { background-color: rgb(98,70,140); }
div.DivClassName
{
background-color: #62468C;
}
.BgClassName
{
background-color: #62468C;
}
</style>
border-color css
<style>
span { border-color: #62468C; }
span { border-color: rgb(98,70,140); }
td.TdClassName
{
border-color: #62468C;
}
.TagClassName
{
border-color: #62468C;
}
</style>