#674EB2

Color #674EB2 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #674EB2

Tints of Blue Marguerite #674EB2

Color information

#674EB2 (or 0x674EB2) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and B2. RGB value is (103,78,178). Sum of RGB (Red+Green+Blue) = 103+78+178=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #674EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EB2 is #98B14D. Grayscale: #606060. Windows color (decimal): -10006862 or 11685479. OLE color: 11685479.

HSL color Cylindrical-coordinate representation of color #674EB2: hue angle of 255º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674EB2 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10378178-
CMYK0.420.5600.30
HSL255º39.37%50.2%-
HSV(B)255º56.18%69.8%-
XYZ16.3511.5543.49-
YUV96.88173.78132.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=28.69%
G=21.73%
B=49.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103781780.420.5600.3025539.3750.2
Hex674EB22A3801Eff2732
Octal14711626252700363774762
Binary110011110011101011001010101011100001111011111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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