#625896

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

Shades of Butterfly Bush #625896

Tints of Butterfly Bush #625896

Color information

#625896 (or 0x625896) is unknown color: approx Butterfly Bush. HEX triplet: 62, 58 and 96. RGB value is (98,88,150). Sum of RGB (Red+Green+Blue) = 98+88+150=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #625896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625896 is #9DA769. Grayscale: #616161. Windows color (decimal): -10332010 or 9853026. OLE color: 9853026.

HSL color Cylindrical-coordinate representation of color #625896: hue angle of 249.68º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #625896 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9888150-
CMYK0.350.4100.41
HSL249.68º26.05%46.67%-
HSV(B)249.68º41.33%58.82%-
XYZ14.0311.7830.39-
YUV98.06157.31127.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=29.17%
G=26.19%
B=44.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98881500.350.4100.41249.6826.0546.67
Hex6258962329029fa1a2f
Octal14213022643510513723257
Binary110001010110001001011010001110100101010011111101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625896; }

 p { color: rgb(98,88,150); }

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

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

 a { background-color: rgb(98,88,150); }

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

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

 span { border-color: rgb(98,88,150); }

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