#674BAB

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

Shades of Blue Marguerite #674BAB

Tints of Blue Marguerite #674BAB

Color information

#674BAB (or 0x674BAB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4B and AB. RGB value is (103,75,171). Sum of RGB (Red+Green+Blue) = 103+75+171=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #674BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAB is #98B454. Grayscale: #5D5D5D. Windows color (decimal): -10007637 or 11225959. OLE color: 11225959.

HSL color Cylindrical-coordinate representation of color #674BAB: hue angle of 257.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674BAB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10375171-
CMYK0.400.5600.33
HSL257.5º39.02%48.24%-
HSV(B)257.5º56.14%67.06%-
XYZ15.4610.8639.81-
YUV94.32171.28134.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=29.51%
G=21.49%
B=49.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103751710.400.5600.33257.539.0248.24
Hex674BAB28380211022730
Octal14711325350700414024760
Binary11001111001011101010111010001110000100001100000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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