Shades of Butterfly Bush #62509C
Tints of Butterfly Bush #62509C
RGB
CMYK
RGB Variations
Color information
#62509C (or 0x62509C) is known color: Butterfly Bush. HEX triplet: 62, 50 and 9C. RGB value is (98,80,156). Sum of RGB (Red+Green+Blue) = 98+80+156=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #62509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62509C is #9DAF63. Grayscale: #5D5D5D. Windows color (decimal): -10334052 or 10244194. OLE color: 10244194.
HSL color Cylindrical-coordinate representation of color #62509C: hue angle of 254.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62509C is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 80 | 156 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.39 |
| HSL | 254.21º | 0.32% | 0.46% | - |
| HSV(B) | 254.21º | 0.49% | 0.61% | - |
| XYZ | 13.91 | 10.73 | 32.79 | - |
| YUV | 94.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 156 | 0.37 | 0.49 | 0 | 0.39 | 254.21 | 0.32 | 0.46 |
| Hex | 62 | 50 | 9C | 25 | 31 | 0 | 27 | FE | 20 | 2E |
| Octal | 142 | 120 | 234 | 45 | 61 | 0 | 47 | 376 | 40 | 56 |
| Binary | 1100010 | 1010000 | 10011100 | 100101 | 110001 | 0 | 100111 | 11111110 | 100000 | 101110 |
Color Harmonies of #62509C
Complementary color
Monochromatic Colors of #62509C
Black with #62509C
Text Example
Text Example
White with #62509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62509C; }
p { color: rgb(98,80,156); }
H1.HeaderClassName
{
color: #62509C;
}
.AnyTagClassName
{
color: #62509C;
}
</style>
background-color css
<style>
a { background-color: #62509C; }
a { background-color: rgb(98,80,156); }
div.DivClassName
{
background-color: #62509C;
}
.BgClassName
{
background-color: #62509C;
}
</style>
border-color css
<style>
span { border-color: #62509C; }
span { border-color: rgb(98,80,156); }
td.TdClassName
{
border-color: #62509C;
}
.TagClassName
{
border-color: #62509C;
}
</style>