#675486

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

Shades of Butterfly Bush #675486

Tints of Butterfly Bush #675486

Color information

#675486 (or 0x675486) is unknown color: approx Butterfly Bush. HEX triplet: 67, 54 and 86. RGB value is (103,84,134). Sum of RGB (Red+Green+Blue) = 103+84+134=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #675486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675486 is #98AB79. Grayscale: #5F5F5F. Windows color (decimal): -10005370 or 8803431. OLE color: 8803431.

HSL color Cylindrical-coordinate representation of color #675486: hue angle of 262.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #675486 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10384134-
CMYK0.230.3700.47
HSL262.8º22.94%42.75%-
HSV(B)262.8º37.31%52.55%-
XYZ13.0710.9523.98-
YUV95.38149.79133.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=32.09%
G=26.17%
B=41.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103841340.230.3700.47262.822.9442.75
Hex675486172502F107172b
Octal14712420627450574072753
Binary110011110101001000011010111100101010111110000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675486; }

 p { color: rgb(103,84,134); }

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

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

 a { background-color: rgb(103,84,134); }

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

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

 span { border-color: rgb(103,84,134); }

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