#674F8B

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

Shades of Butterfly Bush #674F8B

Tints of Butterfly Bush #674F8B

Color information

#674F8B (or 0x674F8B) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4F and 8B. RGB value is (103,79,139). Sum of RGB (Red+Green+Blue) = 103+79+139=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #674F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F8B is #98B074. Grayscale: #5C5C5C. Windows color (decimal): -10006645 or 9129831. OLE color: 9129831.

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

Color convert

RGB10379139-
CMYK0.260.4300.45
HSL264º27.52%42.75%-
HSV(B)264º43.17%54.51%-
XYZ13.0510.3425.73-
YUV93.02153.95135.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=32.09%
G=24.61%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103791390.260.4300.4526427.5242.75
Hex674F8B1A2B02D1081c2b
Octal14711721332530554103453
Binary110011110011111000101111010101011010110110000100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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