Html Css Color HEX #674AAD Blue Marguerite

📋 copy color: '#674AAD'

red 103 ◦ green 74 ◦ blue 173

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

Shades of Blue Marguerite #674AAD

Tints of Blue Marguerite #674AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 29.43%
G = 21.14%
B = 49.43%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#674AAD (or 0x674AAD) is known color: Blue Marguerite. HEX triplet: 67, 4A and AD. RGB value is (103,74,173). Sum of RGB (Red+Green+Blue) = 103+74+173=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #674AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674AAD is #98B552. Grayscale: #5D5D5D. Windows color (decimal): -10007891 or 11356775. OLE color: 11356775.

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

Color convert

RGB 103 74 173 -
CMYK 0.40 0.57 0 0.32
HSL 257.58º 0.4% 0.48% -
HSV(B) 257.58º 0.57% 0.68% -
XYZ 15.59 10.8 40.8 -
YUV 93.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 103 74 173 0.40 0.57 0 0.32 257.58 0.4 0.48
Hex 67 4A AD 28 39 0 20 102 28 30
Octal 147 112 255 50 71 0 40 402 50 60
Binary 1100111 1001010 10101101 101000 111001 0 100000 100000010 101000 110000

Color Harmonies of #674AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AAD

Black with #674AAD

Text Example


Text Example

White with #674AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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