#674DAE

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

Shades of Blue Marguerite #674DAE

Tints of Blue Marguerite #674DAE

Color information

#674DAE (or 0x674DAE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4D and AE. RGB value is (103,77,174). Sum of RGB (Red+Green+Blue) = 103+77+174=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #674DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAE is #98B251. Grayscale: #5F5F5F. Windows color (decimal): -10007122 or 11423079. OLE color: 11423079.

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

Color convert

RGB10377174-
CMYK0.410.5600.32
HSL256.08º38.65%49.22%-
HSV(B)256.08º55.75%68.24%-
XYZ15.8911.2541.38-
YUV95.83172.11133.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=29.10%
G=21.75%
B=49.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103771740.410.5600.32256.0838.6549.22
Hex674DAE29380201002731
Octal14711525651700404004761
Binary11001111001101101011101010011110000100000100000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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