#625688

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

Shades of Butterfly Bush #625688

Tints of Butterfly Bush #625688

Color information

#625688 (or 0x625688) is unknown color: approx Butterfly Bush. HEX triplet: 62, 56 and 88. RGB value is (98,86,136). Sum of RGB (Red+Green+Blue) = 98+86+136=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #625688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625688 is #9DA977. Grayscale: #5F5F5F. Windows color (decimal): -10332536 or 8935010. OLE color: 8935010.

HSL color Cylindrical-coordinate representation of color #625688: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625688 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9886136-
CMYK0.280.3700.47
HSL254.4º22.52%43.53%-
HSV(B)254.4º36.76%53.33%-
XYZ12.8111.0324.75-
YUV95.29150.98129.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=30.62%
G=26.88%
B=42.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98861360.280.3700.47254.422.5243.53
Hex6256881C2502Ffe172c
Octal14212621034450573762754
Binary11000101010110100010001110010010101011111111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625688; }

 p { color: rgb(98,86,136); }

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

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

 a { background-color: rgb(98,86,136); }

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

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

 span { border-color: rgb(98,86,136); }

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