#674EAE

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

Shades of Blue Marguerite #674EAE

Tints of Blue Marguerite #674EAE

Color information

#674EAE (or 0x674EAE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and AE. RGB value is (103,78,174). Sum of RGB (Red+Green+Blue) = 103+78+174=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #674EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAE is #98B151. Grayscale: #606060. Windows color (decimal): -10006866 or 11423335. OLE color: 11423335.

HSL color Cylindrical-coordinate representation of color #674EAE: hue angle of 255.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674EAE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10378174-
CMYK0.410.5500.32
HSL255.62º38.1%49.41%-
HSV(B)255.62º55.17%68.24%-
XYZ15.9611.3941.4-
YUV96.42171.78132.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=29.01%
G=21.97%
B=49.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103781740.410.5500.32255.6238.149.41
Hex674EAE29370201002631
Octal14711625651670404004661
Binary11001111001110101011101010011101110100000100000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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