#625286

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

Shades of Butterfly Bush #625286

Tints of Butterfly Bush #625286

Color information

#625286 (or 0x625286) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 86. RGB value is (98,82,134). Sum of RGB (Red+Green+Blue) = 98+82+134=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #625286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625286 is #9DAD79. Grayscale: #5C5C5C. Windows color (decimal): -10333562 or 8802914. OLE color: 8802914.

HSL color Cylindrical-coordinate representation of color #625286: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625286 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9882134-
CMYK0.270.3900.47
HSL258.46º24.07%42.35%-
HSV(B)258.46º38.81%52.55%-
XYZ12.3610.3523.9-
YUV92.71151.3131.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=31.21%
G=26.11%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98821340.270.3900.47258.4624.0742.35
Hex6252861B2702F102182a
Octal14212220633470574023052
Binary110001010100101000011011011100111010111110000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625286; }

 p { color: rgb(98,82,134); }

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

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

 a { background-color: rgb(98,82,134); }

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

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

 span { border-color: rgb(98,82,134); }

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