Shades of Daisy Bush #62448A
Tints of Daisy Bush #62448A
RGB
CMYK
RGB Variations
Color information
#62448A (or 0x62448A) is known color: Daisy Bush. HEX triplet: 62, 44 and 8A. RGB value is (98,68,138). Sum of RGB (Red+Green+Blue) = 98+68+138=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #62448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62448A is #9DBB75. Grayscale: #545454. Windows color (decimal): -10337142 or 9061474. OLE color: 9061474.
HSL color Cylindrical-coordinate representation of color #62448A: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62448A is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 68 | 138 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.46 |
| HSL | 265.71º | 0.34% | 0.4% | - |
| HSV(B) | 265.71º | 0.51% | 0.54% | - |
| XYZ | 11.69 | 8.57 | 25.08 | - |
| YUV | 84.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 138 | 0.29 | 0.51 | 0 | 0.46 | 265.71 | 0.34 | 0.4 |
| Hex | 62 | 44 | 8A | 1D | 33 | 0 | 2E | 10A | 22 | 28 |
| Octal | 142 | 104 | 212 | 35 | 63 | 0 | 56 | 412 | 42 | 50 |
| Binary | 1100010 | 1000100 | 10001010 | 11101 | 110011 | 0 | 101110 | 100001010 | 100010 | 101000 |
Color Harmonies of #62448A
Complementary color
Monochromatic Colors of #62448A
Black with #62448A
Text Example
Text Example
White with #62448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62448A; }
p { color: rgb(98,68,138); }
H1.HeaderClassName
{
color: #62448A;
}
.AnyTagClassName
{
color: #62448A;
}
</style>
background-color css
<style>
a { background-color: #62448A; }
a { background-color: rgb(98,68,138); }
div.DivClassName
{
background-color: #62448A;
}
.BgClassName
{
background-color: #62448A;
}
</style>
border-color css
<style>
span { border-color: #62448A; }
span { border-color: rgb(98,68,138); }
td.TdClassName
{
border-color: #62448A;
}
.TagClassName
{
border-color: #62448A;
}
</style>