#674EB8

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

Shades of Blue Marguerite #674EB8

Tints of Blue Marguerite #674EB8

Color information

#674EB8 (or 0x674EB8) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and B8. RGB value is (103,78,184). Sum of RGB (Red+Green+Blue) = 103+78+184=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #674EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EB8 is #98B147. Grayscale: #616161. Windows color (decimal): -10006856 or 12078695. OLE color: 12078695.

HSL color Cylindrical-coordinate representation of color #674EB8: hue angle of 254.15º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674EB8 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10378184-
CMYK0.440.5800.28
HSL254.15º42.74%51.37%-
HSV(B)254.15º57.61%72.16%-
XYZ16.9711.7946.73-
YUV97.56176.78131.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 184 (72.27% from 255) = 50.41%
R=28.22%
G=21.37%
B=50.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103781840.440.5800.28254.1542.7451.37
Hex674EB82C3A01Cfe2b33
Octal14711627054720343765363
Binary110011110011101011100010110011101001110011111110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,184); }

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

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

 a { background-color: rgb(103,78,184); }

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

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

 span { border-color: rgb(103,78,184); }

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