#674DBF

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

Shades of Blue Marguerite #674DBF

Tints of Blue Marguerite #674DBF

Color information

#674DBF (or 0x674DBF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4D and BF. RGB value is (103,77,191). Sum of RGB (Red+Green+Blue) = 103+77+191=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #674DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DBF is #98B240. Grayscale: #616161. Windows color (decimal): -10007105 or 12537191. OLE color: 12537191.

HSL color Cylindrical-coordinate representation of color #674DBF: hue angle of 253.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674DBF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10377191-
CMYK0.460.6000.25
HSL253.68º47.11%52.55%-
HSV(B)253.68º59.69%74.9%-
XYZ17.6511.9550.67-
YUV97.77180.61131.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 191 (75% from 255) = 51.48%
R=27.76%
G=20.75%
B=51.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103771910.460.6000.25253.6847.1152.55
Hex674DBF2E3C019fe2f35
Octal14711527756740313765765
Binary110011110011011011111110111011110001100111111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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