#675484

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

Shades of Butterfly Bush #675484

Tints of Butterfly Bush #675484

Color information

#675484 (or 0x675484) is unknown color: approx Butterfly Bush. HEX triplet: 67, 54 and 84. RGB value is (103,84,132). Sum of RGB (Red+Green+Blue) = 103+84+132=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #675484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675484 is #98AB7B. Grayscale: #5E5E5E. Windows color (decimal): -10005372 or 8672359. OLE color: 8672359.

HSL color Cylindrical-coordinate representation of color #675484: hue angle of 263.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #675484 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10384132-
CMYK0.220.3600.48
HSL263.75º22.22%42.35%-
HSV(B)263.75º36.36%51.76%-
XYZ12.9310.8923.25-
YUV95.15148.79133.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=32.29%
G=26.33%
B=41.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103841320.220.3600.48263.7522.2242.35
Hex6754841624030108162a
Octal14712420426440604102652
Binary110011110101001000010010110100100011000010000100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675484; }

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

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

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

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

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

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

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

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