Shades of Daisy Bush #62468B
Tints of Daisy Bush #62468B
RGB
CMYK
RGB Variations
Color information
#62468B (or 0x62468B) is known color: Daisy Bush. HEX triplet: 62, 46 and 8B. RGB value is (98,70,139). Sum of RGB (Red+Green+Blue) = 98+70+139=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #62468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62468B is #9DB974. Grayscale: #555555. Windows color (decimal): -10336629 or 9127522. OLE color: 9127522.
HSL color Cylindrical-coordinate representation of color #62468B: hue angle of 264.35º 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 #62468B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 70 | 139 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.45 |
| HSL | 264.35º | 0.33% | 0.41% | - |
| HSV(B) | 264.35º | 0.5% | 0.55% | - |
| XYZ | 11.89 | 8.84 | 25.51 | - |
| YUV | 86.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 139 | 0.29 | 0.50 | 0 | 0.45 | 264.35 | 0.33 | 0.41 |
| Hex | 62 | 46 | 8B | 1D | 32 | 0 | 2D | 108 | 21 | 29 |
| Octal | 142 | 106 | 213 | 35 | 62 | 0 | 55 | 410 | 41 | 51 |
| Binary | 1100010 | 1000110 | 10001011 | 11101 | 110010 | 0 | 101101 | 100001000 | 100001 | 101001 |
Color Harmonies of #62468B
Complementary color
Monochromatic Colors of #62468B
Black with #62468B
Text Example
Text Example
White with #62468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62468B; }
p { color: rgb(98,70,139); }
H1.HeaderClassName
{
color: #62468B;
}
.AnyTagClassName
{
color: #62468B;
}
</style>
background-color css
<style>
a { background-color: #62468B; }
a { background-color: rgb(98,70,139); }
div.DivClassName
{
background-color: #62468B;
}
.BgClassName
{
background-color: #62468B;
}
</style>
border-color css
<style>
span { border-color: #62468B; }
span { border-color: rgb(98,70,139); }
td.TdClassName
{
border-color: #62468B;
}
.TagClassName
{
border-color: #62468B;
}
</style>