#674FAD

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

Shades of Blue Marguerite #674FAD

Tints of Blue Marguerite #674FAD

Color information

#674FAD (or 0x674FAD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4F and AD. RGB value is (103,79,173). Sum of RGB (Red+Green+Blue) = 103+79+173=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #674FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAD is #98B052. Grayscale: #606060. Windows color (decimal): -10006611 or 11358055. OLE color: 11358055.

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

Color convert

RGB10379173-
CMYK0.400.5400.32
HSL255.32º37.3%49.41%-
HSV(B)255.32º54.34%67.84%-
XYZ15.9311.4940.91-
YUV96.89170.95132.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=29.01%
G=22.25%
B=48.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103791730.400.5400.32255.3237.349.41
Hex674FAD2836020ff2531
Octal14711725550660403774561
Binary1100111100111110101101101000110110010000011111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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