#62508E

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

Shades of Butterfly Bush #62508E

Tints of Butterfly Bush #62508E

Color information

#62508E (or 0x62508E) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 8E. RGB value is (98,80,142). Sum of RGB (Red+Green+Blue) = 98+80+142=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #62508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62508E is #9DAF71. Grayscale: #5C5C5C. Windows color (decimal): -10334066 or 9326690. OLE color: 9326690.

HSL color Cylindrical-coordinate representation of color #62508E: hue angle of 257.42º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62508E is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9880142-
CMYK0.310.4400.44
HSL257.42º27.93%43.53%-
HSV(B)257.42º43.66%55.69%-
XYZ12.7910.2926.9-
YUV92.45155.96131.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=30.62%
G=25%
B=44.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98801420.310.4400.44257.4227.9343.53
Hex62508E1F2C02C1011c2c
Octal14212021637540544013454
Binary110001010100001000111011111101100010110010000000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62508E; }

 p { color: rgb(98,80,142); }

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

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

 a { background-color: rgb(98,80,142); }

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

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

 span { border-color: rgb(98,80,142); }

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