Shades of Butterfly Bush #62508C
Tints of Butterfly Bush #62508C
RGB
CMYK
RGB Variations
Color information
#62508C (or 0x62508C) is known color: Butterfly Bush. HEX triplet: 62, 50 and 8C. RGB value is (98,80,140). Sum of RGB (Red+Green+Blue) = 98+80+140=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #62508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62508C is #9DAF73. Grayscale: #5C5C5C. Windows color (decimal): -10334068 or 9195618. OLE color: 9195618.
HSL color Cylindrical-coordinate representation of color #62508C: hue angle of 258º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62508C is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 80 | 140 | - |
| CMYK | 0.3 | 0.43 | 0 | 0.45 |
| HSL | 258º | 0.27% | 0.43% | - |
| HSV(B) | 258º | 0.43% | 0.55% | - |
| XYZ | 12.64 | 10.23 | 26.12 | - |
| YUV | 92.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 140 | 0.3 | 0.43 | 0 | 0.45 | 258 | 0.27 | 0.43 |
| Hex | 62 | 50 | 8C | 1E | 2B | 0 | 2D | 102 | 1B | 2B |
| Octal | 142 | 120 | 214 | 36 | 53 | 0 | 55 | 402 | 33 | 53 |
| Binary | 1100010 | 1010000 | 10001100 | 11110 | 101011 | 0 | 101101 | 100000010 | 11011 | 101011 |
Color Harmonies of #62508C
Complementary color
Monochromatic Colors of #62508C
Black with #62508C
Text Example
Text Example
White with #62508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62508C; }
p { color: rgb(98,80,140); }
H1.HeaderClassName
{
color: #62508C;
}
.AnyTagClassName
{
color: #62508C;
}
</style>
background-color css
<style>
a { background-color: #62508C; }
a { background-color: rgb(98,80,140); }
div.DivClassName
{
background-color: #62508C;
}
.BgClassName
{
background-color: #62508C;
}
</style>
border-color css
<style>
span { border-color: #62508C; }
span { border-color: rgb(98,80,140); }
td.TdClassName
{
border-color: #62508C;
}
.TagClassName
{
border-color: #62508C;
}
</style>