#674FAB

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

Shades of Blue Marguerite #674FAB

Tints of Blue Marguerite #674FAB

Color information

#674FAB (or 0x674FAB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4F and AB. RGB value is (103,79,171). Sum of RGB (Red+Green+Blue) = 103+79+171=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #674FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAB is #98B054. Grayscale: #606060. Windows color (decimal): -10006613 or 11226983. OLE color: 11226983.

HSL color Cylindrical-coordinate representation of color #674FAB: hue angle of 255.65º 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 #674FAB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10379171-
CMYK0.400.5400.33
HSL255.65º36.8%49.02%-
HSV(B)255.65º53.8%67.06%-
XYZ15.7411.4239.9-
YUV96.66169.95132.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=29.18%
G=22.38%
B=48.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103791710.400.5400.33255.6536.849.02
Hex674FAB28360211002531
Octal14711725350660414004561
Binary11001111001111101010111010001101100100001100000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,171); }

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

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

 a { background-color: rgb(103,79,171); }

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

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

 span { border-color: rgb(103,79,171); }

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