Html Css Color HEX #674CAC Blue Marguerite

📋 copy color: '#674CAC'

red 103 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #674CAC

Tints of Blue Marguerite #674CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

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

R = 29.34%
G = 21.65%
B = 49%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674CAC (or 0x674CAC) is known color: Blue Marguerite. HEX triplet: 67, 4C and AC. RGB value is (103,76,172). Sum of RGB (Red+Green+Blue) = 103+76+172=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #674CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674CAC is #98B353. Grayscale: #5E5E5E. Windows color (decimal): -10007380 or 11291751. OLE color: 11291751.

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

Color convert

RGB 103 76 172 -
CMYK 0.40 0.56 0 0.33
HSL 256.88º 0.39% 0.49% -
HSV(B) 256.88º 0.56% 0.67% -
XYZ 15.62 11.03 40.34 -
YUV 95.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 103 76 172 0.40 0.56 0 0.33 256.88 0.39 0.49
Hex 67 4C AC 28 38 0 21 101 27 31
Octal 147 114 254 50 70 0 41 401 47 61
Binary 1100111 1001100 10101100 101000 111000 0 100001 100000001 100111 110001

Color Harmonies of #674CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CAC

Black with #674CAC

Text Example


Text Example

White with #674CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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