#625188

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

Shades of Butterfly Bush #625188

Tints of Butterfly Bush #625188

Color information

#625188 (or 0x625188) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 88. RGB value is (98,81,136). Sum of RGB (Red+Green+Blue) = 98+81+136=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #625188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625188 is #9DAE77. Grayscale: #5C5C5C. Windows color (decimal): -10333816 or 8933730. OLE color: 8933730.

HSL color Cylindrical-coordinate representation of color #625188: hue angle of 258.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625188 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9881136-
CMYK0.280.4000.47
HSL258.55º25.35%42.55%-
HSV(B)258.55º40.44%53.33%-
XYZ12.4210.2624.62-
YUV92.35152.63132.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=31.11%
G=25.71%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98811360.280.4000.47258.5525.3542.55
Hex6251881C2802F103192b
Octal14212121034500574033153
Binary110001010100011000100011100101000010111110000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625188; }

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

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

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

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

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

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

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

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