#625598

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

Shades of Butterfly Bush #625598

Tints of Butterfly Bush #625598

Color information

#625598 (or 0x625598) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 98. RGB value is (98,85,152). Sum of RGB (Red+Green+Blue) = 98+85+152=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #625598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625598 is #9DAA67. Grayscale: #606060. Windows color (decimal): -10332776 or 9983330. OLE color: 9983330.

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

Color convert

RGB9885152-
CMYK0.360.4400.40
HSL251.64º28.27%46.47%-
HSV(B)251.64º44.08%59.61%-
XYZ13.9511.3631.16-
YUV96.52159.31129.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=29.25%
G=25.37%
B=45.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98851520.360.4400.40251.6428.2746.47
Hex625598242C028fc1c2e
Octal14212523044540503743456
Binary110001010101011001100010010010110001010001111110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625598; }

 p { color: rgb(98,85,152); }

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

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

 a { background-color: rgb(98,85,152); }

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

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

 span { border-color: rgb(98,85,152); }

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