#625185

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

Shades of Butterfly Bush #625185

Tints of Butterfly Bush #625185

Color information

#625185 (or 0x625185) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 85. RGB value is (98,81,133). Sum of RGB (Red+Green+Blue) = 98+81+133=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #625185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625185 is #9DAE7A. Grayscale: #5B5B5B. Windows color (decimal): -10333819 or 8737122. OLE color: 8737122.

HSL color Cylindrical-coordinate representation of color #625185: hue angle of 259.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625185 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9881133-
CMYK0.260.3900.48
HSL259.62º24.3%41.96%-
HSV(B)259.62º39.1%52.16%-
XYZ12.2110.1723.51-
YUV92.01151.13132.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=31.41%
G=25.96%
B=42.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98811330.260.3900.48259.6224.341.96
Hex6251851A27030104182a
Octal14212120532470604043052
Binary110001010100011000010111010100111011000010000010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625185; }

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

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

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

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

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

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

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

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