Shades of Butterfly Bush #62527B
Tints of Butterfly Bush #62527B
RGB
CMYK
RGB Variations
Color information
#62527B (or 0x62527B) is known color: Butterfly Bush. HEX triplet: 62, 52 and 7B. RGB value is (98,82,123). Sum of RGB (Red+Green+Blue) = 98+82+123=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #62527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62527B is #9DAD84. Grayscale: #5B5B5B. Windows color (decimal): -10333573 or 8082018. OLE color: 8082018.
HSL color Cylindrical-coordinate representation of color #62527B: hue angle of 263.41º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62527B is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 82 | 123 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.52 |
| HSL | 263.41º | 0.2% | 0.4% | - |
| HSV(B) | 263.41º | 0.33% | 0.48% | - |
| XYZ | 11.63 | 10.06 | 20.07 | - |
| YUV | 91.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 123 | 0.20 | 0.33 | 0 | 0.52 | 263.41 | 0.2 | 0.4 |
| Hex | 62 | 52 | 7B | 14 | 21 | 0 | 34 | 107 | 14 | 28 |
| Octal | 142 | 122 | 173 | 24 | 41 | 0 | 64 | 407 | 24 | 50 |
| Binary | 1100010 | 1010010 | 1111011 | 10100 | 100001 | 0 | 110100 | 100000111 | 10100 | 101000 |
Color Harmonies of #62527B
Complementary color
Monochromatic Colors of #62527B
Black with #62527B
Text Example
Text Example
White with #62527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62527B; }
p { color: rgb(98,82,123); }
H1.HeaderClassName
{
color: #62527B;
}
.AnyTagClassName
{
color: #62527B;
}
</style>
background-color css
<style>
a { background-color: #62527B; }
a { background-color: rgb(98,82,123); }
div.DivClassName
{
background-color: #62527B;
}
.BgClassName
{
background-color: #62527B;
}
</style>
border-color css
<style>
span { border-color: #62527B; }
span { border-color: rgb(98,82,123); }
td.TdClassName
{
border-color: #62527B;
}
.TagClassName
{
border-color: #62527B;
}
</style>