#63508C

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

Shades of Butterfly Bush #63508C

Tints of Butterfly Bush #63508C

Color information

#63508C (or 0x63508C) is unknown color: approx Butterfly Bush. HEX triplet: 63, 50 and 8C. RGB value is (99,80,140). Sum of RGB (Red+Green+Blue) = 99+80+140=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #63508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63508C is #9CAF73. Grayscale: #5C5C5C. Windows color (decimal): -10268532 or 9195619. OLE color: 9195619.

HSL color Cylindrical-coordinate representation of color #63508C: hue angle of 259º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63508C is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9980140-
CMYK0.290.4300.45
HSL259º27.27%43.14%-
HSV(B)259º42.86%54.9%-
XYZ12.7510.2826.12-
YUV92.52154.79132.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=31.03%
G=25.08%
B=43.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99801400.290.4300.4525927.2743.14
Hex63508C1D2B02D1031b2b
Octal14312021435530554033353
Binary110001110100001000110011101101011010110110000001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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