#675785

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

Shades of Butterfly Bush #675785

Tints of Butterfly Bush #675785

Color information

#675785 (or 0x675785) is unknown color: approx Butterfly Bush. HEX triplet: 67, 57 and 85. RGB value is (103,87,133). Sum of RGB (Red+Green+Blue) = 103+87+133=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #675785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675785 is #98A87A. Grayscale: #606060. Windows color (decimal): -10004603 or 8738663. OLE color: 8738663.

HSL color Cylindrical-coordinate representation of color #675785: hue angle of 260.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675785 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10387133-
CMYK0.230.3500.48
HSL260.87º20.91%43.14%-
HSV(B)260.87º34.59%52.16%-
XYZ13.2411.3923.69-
YUV97.03148.3132.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=31.89%
G=26.93%
B=41.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103871330.230.3500.48260.8720.9143.14
Hex6757851723030105152b
Octal14712720527430604052553
Binary110011110101111000010110111100011011000010000010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675785; }

 p { color: rgb(103,87,133); }

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

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

 a { background-color: rgb(103,87,133); }

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

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

 span { border-color: rgb(103,87,133); }

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