#63568C

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

Shades of Butterfly Bush #63568C

Tints of Butterfly Bush #63568C

Color information

#63568C (or 0x63568C) is unknown color: approx Butterfly Bush. HEX triplet: 63, 56 and 8C. RGB value is (99,86,140). Sum of RGB (Red+Green+Blue) = 99+86+140=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #63568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63568C is #9CA973. Grayscale: #5F5F5F. Windows color (decimal): -10266996 or 9197155. OLE color: 9197155.

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

Color convert

RGB9986140-
CMYK0.290.3900.45
HSL254.44º23.89%44.31%-
HSV(B)254.44º38.57%54.9%-
XYZ13.2111.226.28-
YUV96.04152.81130.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=30.46%
G=26.46%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99861400.290.3900.45254.4423.8944.31
Hex63568C1D2702Dfe182c
Octal14312621435470553763054
Binary11000111010110100011001110110011101011011111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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