Html Css Color HEX #674FAC Blue Marguerite

📋 copy color: '#674FAC'

red 103 ◦ green 79 ◦ blue 172

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

Shades of Blue Marguerite #674FAC

Tints of Blue Marguerite #674FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 29.1%
G = 22.32%
B = 48.59%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674FAC (or 0x674FAC) is known color: Blue Marguerite. HEX triplet: 67, 4F and AC. RGB value is (103,79,172). Sum of RGB (Red+Green+Blue) = 103+79+172=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #674FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAC is #98B053. Grayscale: #606060. Windows color (decimal): -10006612 or 11292519. OLE color: 11292519.

HSL color Cylindrical-coordinate representation of color #674FAC: hue angle of 255.48º 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 #674FAC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 79 172 -
CMYK 0.40 0.54 0 0.33
HSL 255.48º 0.37% 0.49% -
HSV(B) 255.48º 0.54% 0.67% -
XYZ 15.84 11.45 40.41 -
YUV 96.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 103 79 172 0.40 0.54 0 0.33 255.48 0.37 0.49
Hex 67 4F AC 28 36 0 21 FF 25 31
Octal 147 117 254 50 66 0 41 377 45 61
Binary 1100111 1001111 10101100 101000 110110 0 100001 11111111 100101 110001

Color Harmonies of #674FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FAC

Black with #674FAC

Text Example


Text Example

White with #674FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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