#674DAF

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

Shades of Blue Marguerite #674DAF

Tints of Blue Marguerite #674DAF

Color information

#674DAF (or 0x674DAF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4D and AF. RGB value is (103,77,175). Sum of RGB (Red+Green+Blue) = 103+77+175=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #674DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAF is #98B250. Grayscale: #5F5F5F. Windows color (decimal): -10007121 or 11488615. OLE color: 11488615.

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

Color convert

RGB10377175-
CMYK0.410.5600.31
HSL255.92º38.89%49.41%-
HSV(B)255.92º56%68.63%-
XYZ15.9911.2941.89-
YUV95.95172.61133.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=29.01%
G=21.69%
B=49.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103771750.410.5600.31255.9238.8949.41
Hex674DAF293801F1002731
Octal14711525751700374004761
Binary1100111100110110101111101001111000011111100000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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