#675482

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

Shades of Butterfly Bush #675482

Tints of Butterfly Bush #675482

Color information

#675482 (or 0x675482) is unknown color: approx Butterfly Bush. HEX triplet: 67, 54 and 82. RGB value is (103,84,130). Sum of RGB (Red+Green+Blue) = 103+84+130=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #675482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675482 is #98AB7D. Grayscale: #5E5E5E. Windows color (decimal): -10005374 or 8541287. OLE color: 8541287.

HSL color Cylindrical-coordinate representation of color #675482: hue angle of 264.78º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675482 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10384130-
CMYK0.210.3500.49
HSL264.78º21.5%41.96%-
HSV(B)264.78º35.38%50.98%-
XYZ12.7910.8422.54-
YUV94.92147.79133.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=32.49%
G=26.50%
B=41.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103841300.210.3500.49264.7821.541.96
Hex6754821523031109152a
Octal14712420225430614112552
Binary110011110101001000001010101100011011000110000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675482; }

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

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

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

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

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

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

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

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