#674CAE

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

Shades of Blue Marguerite #674CAE

Tints of Blue Marguerite #674CAE

Color information

#674CAE (or 0x674CAE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4C and AE. RGB value is (103,76,174). Sum of RGB (Red+Green+Blue) = 103+76+174=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #674CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674CAE is #98B351. Grayscale: #5E5E5E. Windows color (decimal): -10007378 or 11422823. OLE color: 11422823.

HSL color Cylindrical-coordinate representation of color #674CAE: hue angle of 256.53º 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 #674CAE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10376174-
CMYK0.410.5600.32
HSL256.53º39.2%49.02%-
HSV(B)256.53º56.32%68.24%-
XYZ15.8211.1141.35-
YUV95.24172.45133.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=29.18%
G=21.53%
B=49.29%

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
Decimal103761740.410.5600.32256.5339.249.02
Hex674CAE29380201012731
Octal14711425651700404014761
Binary11001111001100101011101010011110000100000100000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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