#625081

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

Shades of Butterfly Bush #625081

Tints of Butterfly Bush #625081

Color information

#625081 (or 0x625081) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 81. RGB value is (98,80,129). Sum of RGB (Red+Green+Blue) = 98+80+129=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #625081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625081 is #9DAF7E. Grayscale: #5A5A5A. Windows color (decimal): -10334079 or 8474722. OLE color: 8474722.

HSL color Cylindrical-coordinate representation of color #625081: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625081 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9880129-
CMYK0.240.3800.49
HSL262.04º23.44%40.98%-
HSV(B)262.04º37.98%50.59%-
XYZ11.879.9222.06-
YUV90.97149.46133.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=31.92%
G=26.06%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98801290.240.3800.49262.0423.4440.98
Hex62508118260311061729
Octal14212020130460614062751
Binary110001010100001000000111000100110011000110000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625081; }

 p { color: rgb(98,80,129); }

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

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

 a { background-color: rgb(98,80,129); }

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

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

 span { border-color: rgb(98,80,129); }

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