Html Css Color HEX #674DAD Blue Marguerite

📋 copy color: '#674DAD'

red 103 ◦ green 77 ◦ blue 173

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

Shades of Blue Marguerite #674DAD

Tints of Blue Marguerite #674DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 29.18%
G = 21.81%
B = 49.01%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#674DAD (or 0x674DAD) is known color: Blue Marguerite. HEX triplet: 67, 4D and AD. RGB value is (103,77,173). Sum of RGB (Red+Green+Blue) = 103+77+173=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #674DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAD is #98B252. Grayscale: #5F5F5F. Windows color (decimal): -10007123 or 11357543. OLE color: 11357543.

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

Color convert

RGB 103 77 173 -
CMYK 0.40 0.55 0 0.32
HSL 256.25º 0.38% 0.49% -
HSV(B) 256.25º 0.55% 0.68% -
XYZ 15.79 11.21 40.87 -
YUV 95.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 103 77 173 0.40 0.55 0 0.32 256.25 0.38 0.49
Hex 67 4D AD 28 37 0 20 100 26 31
Octal 147 115 255 50 67 0 40 400 46 61
Binary 1100111 1001101 10101101 101000 110111 0 100000 100000000 100110 110001

Color Harmonies of #674DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DAD

Black with #674DAD

Text Example


Text Example

White with #674DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,173); }

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

background-color css

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

 a { background-color: rgb(103,77,173); }

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

border-color css

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

 span { border-color: rgb(103,77,173); }

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