#625496

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

Shades of Butterfly Bush #625496

Tints of Butterfly Bush #625496

Color information

#625496 (or 0x625496) is unknown color: approx Butterfly Bush. HEX triplet: 62, 54 and 96. RGB value is (98,84,150). Sum of RGB (Red+Green+Blue) = 98+84+150=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #625496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625496 is #9DAB69. Grayscale: #5F5F5F. Windows color (decimal): -10333034 or 9852002. OLE color: 9852002.

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

Color convert

RGB9884150-
CMYK0.350.4400.41
HSL252.73º28.21%45.88%-
HSV(B)252.73º44%58.82%-
XYZ13.7111.1430.28-
YUV95.71158.64129.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=29.52%
G=25.30%
B=45.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98841500.350.4400.41252.7328.2145.88
Hex625496232C029fd1c2e
Octal14212422643540513753456
Binary110001010101001001011010001110110001010011111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625496; }

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

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

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

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

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

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

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

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