#625694

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

Shades of Butterfly Bush #625694

Tints of Butterfly Bush #625694

Color information

#625694 (or 0x625694) is unknown color: approx Butterfly Bush. HEX triplet: 62, 56 and 94. RGB value is (98,86,148). Sum of RGB (Red+Green+Blue) = 98+86+148=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #625694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625694 is #9DA96B. Grayscale: #606060. Windows color (decimal): -10332524 or 9721442. OLE color: 9721442.

HSL color Cylindrical-coordinate representation of color #625694: hue angle of 251.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625694 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9886148-
CMYK0.340.4200.42
HSL251.61º26.5%45.88%-
HSV(B)251.61º41.89%58.04%-
XYZ13.7111.3929.49-
YUV96.66156.98128.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=29.52%
G=25.90%
B=44.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98861480.340.4200.42251.6126.545.88
Hex625694222A02Afc1a2e
Octal14212622442520523743256
Binary110001010101101001010010001010101001010101111110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625694; }

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

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

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

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

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

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

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

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