#62517F

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

Shades of Butterfly Bush #62517F

Tints of Butterfly Bush #62517F

Color information

#62517F (or 0x62517F) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 7F. RGB value is (98,81,127). Sum of RGB (Red+Green+Blue) = 98+81+127=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #62517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62517F is #9DAE80. Grayscale: #5B5B5B. Windows color (decimal): -10333825 or 8343906. OLE color: 8343906.

HSL color Cylindrical-coordinate representation of color #62517F: hue angle of 262.17º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62517F is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9881127-
CMYK0.230.3600.50
HSL262.17º22.12%40.78%-
HSV(B)262.17º36.22%49.8%-
XYZ11.8110.0121.39-
YUV91.33148.13132.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 127 (50% from 255) = 41.50%
R=32.03%
G=26.47%
B=41.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98811270.230.3600.50262.1722.1240.78
Hex62517F17240321061629
Octal14212117727440624062651
Binary11000101010001111111110111100100011001010000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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