#63508A

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

Shades of Butterfly Bush #63508A

Tints of Butterfly Bush #63508A

Color information

#63508A (or 0x63508A) is unknown color: approx Butterfly Bush. HEX triplet: 63, 50 and 8A. RGB value is (99,80,138). Sum of RGB (Red+Green+Blue) = 99+80+138=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #63508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63508A is #9CAF75. Grayscale: #5C5C5C. Windows color (decimal): -10268534 or 9064547. OLE color: 9064547.

HSL color Cylindrical-coordinate representation of color #63508A: hue angle of 259.66º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63508A is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9980138-
CMYK0.280.4200.46
HSL259.66º26.61%42.75%-
HSV(B)259.66º42.03%54.12%-
XYZ12.610.2225.35-
YUV92.29153.79132.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=31.23%
G=25.24%
B=43.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99801380.280.4200.46259.6626.6142.75
Hex63508A1C2A02E1041b2b
Octal14312021234520564043353
Binary110001110100001000101011100101010010111010000010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63508A; }

 p { color: rgb(99,80,138); }

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

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

 a { background-color: rgb(99,80,138); }

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

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

 span { border-color: rgb(99,80,138); }

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