#62517A

Color #62517A Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #62517A

Tints of Butterfly Bush #62517A

Color information

#62517A (or 0x62517A) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 7A. RGB value is (98,81,122). Sum of RGB (Red+Green+Blue) = 98+81+122=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #62517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62517A is #9DAE85. Grayscale: #5A5A5A. Windows color (decimal): -10333830 or 8016226. OLE color: 8016226.

HSL color Cylindrical-coordinate representation of color #62517A: hue angle of 264.88º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62517A is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9881122-
CMYK0.200.3400.52
HSL264.88º20.2%39.8%-
HSV(B)264.88º33.61%47.84%-
XYZ11.499.8919.71-
YUV90.76145.63133.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=32.56%
G=26.91%
B=40.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98811220.200.3400.52264.8820.239.8
Hex62517A14220341091428
Octal14212117224420644112450
Binary11000101010001111101010100100010011010010000100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62517A; }

 p { color: rgb(98,81,122); }

 H1.HeaderClassName
 {
   color: #62517A;
 }
 .AnyTagClassName
 {
   color: #62517A;
 }
</style>
background-color css

<style>
 a { background-color: #62517A; }

 a { background-color: rgb(98,81,122); }

 div.DivClassName
 {
   background-color: #62517A;
 }
 .BgClassName
 {
   background-color: #62517A;
 }
</style>
border-color css

<style>
 span { border-color: #62517A; }

 span { border-color: rgb(98,81,122); }

 td.TdClassName
 {
   border-color: #62517A;
 }
 .TagClassName
 {
   border-color: #62517A;
 }
</style>