Html Css Color HEX #674EAA Blue Marguerite

📋 copy color: '#674EAA'

red 103 ◦ green 78 ◦ blue 170

#674EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #674EAA

Tints of Blue Marguerite #674EAA

RGB

 RED value IS 103 (40.63% from 255) = 29.34%

 GREEN value IS 78 (30.86% from 255) = 22.22%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 29.34%
G = 22.22%
B = 48.43%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674EAA (or 0x674EAA) is known color: Blue Marguerite. HEX triplet: 67, 4E and AA. RGB value is (103,78,170). Sum of RGB (Red+Green+Blue) = 103+78+170=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #674EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAA is #98B155. Grayscale: #5F5F5F. Windows color (decimal): -10006870 or 11161191. OLE color: 11161191.

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

Color convert

RGB 103 78 170 -
CMYK 0.39 0.54 0 0.33
HSL 256.3º 0.37% 0.49% -
HSV(B) 256.3º 0.54% 0.67% -
XYZ 15.57 11.23 39.38 -
YUV 95.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 103 78 170 0.39 0.54 0 0.33 256.3 0.37 0.49
Hex 67 4E AA 27 36 0 21 100 25 31
Octal 147 116 252 47 66 0 41 400 45 61
Binary 1100111 1001110 10101010 100111 110110 0 100001 100000000 100101 110001

Color Harmonies of #674EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674EAA

Black with #674EAA

Text Example


Text Example

White with #674EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #674EAA;
 }
 .AnyTagClassName
 {
   color: #674EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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