#674D82

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

Shades of Butterfly Bush #674D82

Tints of Butterfly Bush #674D82

Color information

#674D82 (or 0x674D82) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4D and 82. RGB value is (103,77,130). Sum of RGB (Red+Green+Blue) = 103+77+130=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #674D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D82 is #98B27D. Grayscale: #5A5A5A. Windows color (decimal): -10007166 or 8539495. OLE color: 8539495.

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

Color convert

RGB10377130-
CMYK0.210.4100.49
HSL269.43º25.6%40.59%-
HSV(B)269.43º40.77%50.98%-
XYZ12.289.822.36-
YUV90.82150.11136.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=33.23%
G=24.84%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103771300.210.4100.49269.4325.640.59
Hex674D82152903110d1a29
Octal14711520225510614153251
Binary110011110011011000001010101101001011000110000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674D82; }

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

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

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

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

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

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

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

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