#625690

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

Shades of Butterfly Bush #625690

Tints of Butterfly Bush #625690

Color information

#625690 (or 0x625690) is unknown color: approx Butterfly Bush. HEX triplet: 62, 56 and 90. RGB value is (98,86,144). Sum of RGB (Red+Green+Blue) = 98+86+144=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #625690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625690 is #9DA96F. Grayscale: #5F5F5F. Windows color (decimal): -10332528 or 9459298. OLE color: 9459298.

HSL color Cylindrical-coordinate representation of color #625690: hue angle of 252.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625690 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9886144-
CMYK0.320.4000.44
HSL252.41º25.22%45.1%-
HSV(B)252.41º40.28%56.47%-
XYZ13.411.2727.85-
YUV96.2154.98129.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=29.88%
G=26.22%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98861440.320.4000.44252.4125.2245.1
Hex625690202802Cfc192d
Octal14212622040500543743155
Binary110001010101101001000010000010100001011001111110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625690; }

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

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

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

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

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

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

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

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