#674E8C

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

Shades of Butterfly Bush #674E8C

Tints of Butterfly Bush #674E8C

Color information

#674E8C (or 0x674E8C) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4E and 8C. RGB value is (103,78,140). Sum of RGB (Red+Green+Blue) = 103+78+140=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #674E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E8C is #98B173. Grayscale: #5C5C5C. Windows color (decimal): -10006900 or 9195111. OLE color: 9195111.

HSL color Cylindrical-coordinate representation of color #674E8C: hue angle of 264.19º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674E8C is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10378140-
CMYK0.260.4400.45
HSL264.19º28.44%42.75%-
HSV(B)264.19º44.29%54.9%-
XYZ13.0510.2326.1-
YUV92.54154.78135.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=32.09%
G=24.30%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103781400.260.4400.45264.1928.4442.75
Hex674E8C1A2C02D1081c2b
Octal14711621432540554103453
Binary110011110011101000110011010101100010110110000100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,140); }

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

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

 a { background-color: rgb(103,78,140); }

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

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

 span { border-color: rgb(103,78,140); }

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