#674EAA

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

Shades of Blue Marguerite #674EAA

Tints of Blue Marguerite #674EAA

Color information

#674EAA (or 0x674EAA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and AA. RGB value is (103,78,170). Sum of RGB (Red+Green+Blue) = 103+78+170=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #674EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAA is #98B155. Grayscale: #5F5F5F. Windows color (decimal): -10006870 or 11161191. OLE color: 11161191.

HSL color Cylindrical-coordinate representation of color #674EAA: hue angle of 256.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #674EAA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10378170-
CMYK0.390.5400.33
HSL256.3º37.1%48.63%-
HSV(B)256.3º54.12%66.67%-
XYZ15.5711.2339.38-
YUV95.96169.78133.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=29.34%
G=22.22%
B=48.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103781700.390.5400.33256.337.148.63
Hex674EAA27360211002531
Octal14711625247660414004561
Binary11001111001110101010101001111101100100001100000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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