#674BB4

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

Shades of Blue Marguerite #674BB4

Tints of Blue Marguerite #674BB4

Color information

#674BB4 (or 0x674BB4) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4B and B4. RGB value is (103,75,180). Sum of RGB (Red+Green+Blue) = 103+75+180=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #674BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BB4 is #98B44B. Grayscale: #5E5E5E. Windows color (decimal): -10007628 or 11815783. OLE color: 11815783.

HSL color Cylindrical-coordinate representation of color #674BB4: hue angle of 256º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674BB4 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10375180-
CMYK0.430.5800.29
HSL256º41.18%50%-
HSV(B)256º58.33%70.59%-
XYZ16.3511.2144.48-
YUV95.34175.78133.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=28.77%
G=20.95%
B=50.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103751800.430.5800.2925641.1850
Hex674BB42B3A01D1002932
Octal14711326453720354005162
Binary1100111100101110110100101011111010011101100000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,180); }

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

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

 a { background-color: rgb(103,75,180); }

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

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

 span { border-color: rgb(103,75,180); }

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