#62509D

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

Shades of Butterfly Bush #62509D

Tints of Butterfly Bush #62509D

Color information

#62509D (or 0x62509D) is unknown color: approx Butterfly Bush. HEX triplet: 62, 50 and 9D. RGB value is (98,80,157). Sum of RGB (Red+Green+Blue) = 98+80+157=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #62509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62509D is #9DAF62. Grayscale: #5D5D5D. Windows color (decimal): -10334051 or 10309730. OLE color: 10309730.

HSL color Cylindrical-coordinate representation of color #62509D: hue angle of 254.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62509D is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9880157-
CMYK0.380.4900.38
HSL254.03º32.49%46.47%-
HSV(B)254.03º49.04%61.57%-
XYZ13.9910.7733.24-
YUV94.16163.46130.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=29.25%
G=23.88%
B=46.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98801570.380.4900.38254.0332.4946.47
Hex62509D2631026fe202e
Octal14212023546610463764056
Binary1100010101000010011101100110110001010011011111110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62509D; }

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

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

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

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

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

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

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

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