#674F82

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

Shades of Butterfly Bush #674F82

Tints of Butterfly Bush #674F82

Color information

#674F82 (or 0x674F82) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4F and 82. RGB value is (103,79,130). Sum of RGB (Red+Green+Blue) = 103+79+130=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #674F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F82 is #98B07D. Grayscale: #5B5B5B. Windows color (decimal): -10006654 or 8540007. OLE color: 8540007.

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

Color convert

RGB10379130-
CMYK0.210.3900.49
HSL268.24º24.4%40.98%-
HSV(B)268.24º39.23%50.98%-
XYZ12.4210.0922.41-
YUV91.99149.45135.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=33.01%
G=25.32%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103791300.210.3900.49268.2424.440.98
Hex674F82152703110c1829
Octal14711720225470614143051
Binary110011110011111000001010101100111011000110000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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