Shades of Butterfly Bush #62538C
Tints of Butterfly Bush #62538C
RGB
CMYK
RGB Variations
Color information
#62538C (or 0x62538C) is known color: Butterfly Bush. HEX triplet: 62, 53 and 8C. RGB value is (98,83,140). Sum of RGB (Red+Green+Blue) = 98+83+140=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #62538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62538C is #9DAC73. Grayscale: #5D5D5D. Windows color (decimal): -10333300 or 9196386. OLE color: 9196386.
HSL color Cylindrical-coordinate representation of color #62538C: hue angle of 255.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62538C is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 83 | 140 | - |
| CMYK | 0.3 | 0.41 | 0 | 0.45 |
| HSL | 255.79º | 0.26% | 0.44% | - |
| HSV(B) | 255.79º | 0.41% | 0.55% | - |
| XYZ | 12.86 | 10.68 | 26.19 | - |
| YUV | 93.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 140 | 0.3 | 0.41 | 0 | 0.45 | 255.79 | 0.26 | 0.44 |
| Hex | 62 | 53 | 8C | 1E | 29 | 0 | 2D | 100 | 1A | 2C |
| Octal | 142 | 123 | 214 | 36 | 51 | 0 | 55 | 400 | 32 | 54 |
| Binary | 1100010 | 1010011 | 10001100 | 11110 | 101001 | 0 | 101101 | 100000000 | 11010 | 101100 |
Color Harmonies of #62538C
Complementary color
Monochromatic Colors of #62538C
Black with #62538C
Text Example
Text Example
White with #62538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62538C; }
p { color: rgb(98,83,140); }
H1.HeaderClassName
{
color: #62538C;
}
.AnyTagClassName
{
color: #62538C;
}
</style>
background-color css
<style>
a { background-color: #62538C; }
a { background-color: rgb(98,83,140); }
div.DivClassName
{
background-color: #62538C;
}
.BgClassName
{
background-color: #62538C;
}
</style>
border-color css
<style>
span { border-color: #62538C; }
span { border-color: rgb(98,83,140); }
td.TdClassName
{
border-color: #62538C;
}
.TagClassName
{
border-color: #62538C;
}
</style>