#674B8E

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

Shades of Butterfly Bush #674B8E

Tints of Butterfly Bush #674B8E

Color information

#674B8E (or 0x674B8E) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4B and 8E. RGB value is (103,75,142). Sum of RGB (Red+Green+Blue) = 103+75+142=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #674B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B8E is #98B471. Grayscale: #5A5A5A. Windows color (decimal): -10007666 or 9325415. OLE color: 9325415.

HSL color Cylindrical-coordinate representation of color #674B8E: hue angle of 265.07º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #674B8E is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10375142-
CMYK0.270.4700.44
HSL265.07º30.88%42.55%-
HSV(B)265.07º47.18%55.69%-
XYZ12.999.8726.81-
YUV91.01156.78136.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=32.19%
G=23.44%
B=44.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103751420.270.4700.44265.0730.8842.55
Hex674B8E1B2F02C1091f2b
Octal14711321633570544113753
Binary110011110010111000111011011101111010110010000100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,142); }

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

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

 a { background-color: rgb(103,75,142); }

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

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

 span { border-color: rgb(103,75,142); }

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