#63549C

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

Shades of Butterfly Bush #63549C

Tints of Butterfly Bush #63549C

Color information

#63549C (or 0x63549C) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 9C. RGB value is (99,84,156). Sum of RGB (Red+Green+Blue) = 99+84+156=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #63549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549C is #9CAB63. Grayscale: #606060. Windows color (decimal): -10267492 or 10245219. OLE color: 10245219.

HSL color Cylindrical-coordinate representation of color #63549C: hue angle of 252.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63549C is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9984156-
CMYK0.370.4600.39
HSL252.5º30%47.06%-
HSV(B)252.5º46.15%61.18%-
XYZ14.3211.3932.9-
YUV96.69161.47129.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=29.20%
G=24.78%
B=46.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99841560.370.4600.39252.53047.06
Hex63549C252E027fc1e2f
Octal14312423445560473743657
Binary110001110101001001110010010110111001001111111110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,84,156); }

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

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

 a { background-color: rgb(99,84,156); }

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

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

 span { border-color: rgb(99,84,156); }

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