Html Css Color HEX #674EAC Blue Marguerite

📋 copy color: '#674EAC'

red 103 ◦ green 78 ◦ blue 172

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

Shades of Blue Marguerite #674EAC

Tints of Blue Marguerite #674EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 29.18%
G = 22.1%
B = 48.73%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674EAC (or 0x674EAC) is known color: Blue Marguerite. HEX triplet: 67, 4E and AC. RGB value is (103,78,172). Sum of RGB (Red+Green+Blue) = 103+78+172=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #674EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674EAC is #98B153. Grayscale: #5F5F5F. Windows color (decimal): -10006868 or 11292263. OLE color: 11292263.

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

Color convert

RGB 103 78 172 -
CMYK 0.40 0.55 0 0.33
HSL 255.96º 0.38% 0.49% -
HSV(B) 255.96º 0.55% 0.67% -
XYZ 15.76 11.31 40.38 -
YUV 96.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 103 78 172 0.40 0.55 0 0.33 255.96 0.38 0.49
Hex 67 4E AC 28 37 0 21 100 26 31
Octal 147 116 254 50 67 0 41 400 46 61
Binary 1100111 1001110 10101100 101000 110111 0 100001 100000000 100110 110001

Color Harmonies of #674EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674EAC

Black with #674EAC

Text Example


Text Example

White with #674EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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