Html Css Color HEX #674DAE Blue Marguerite

📋 copy color: '#674DAE'

red 103 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #674DAE

Tints of Blue Marguerite #674DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 29.1%
G = 21.75%
B = 49.15%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#674DAE (or 0x674DAE) is known color: Blue Marguerite. HEX triplet: 67, 4D and AE. RGB value is (103,77,174). Sum of RGB (Red+Green+Blue) = 103+77+174=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #674DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAE is #98B251. Grayscale: #5F5F5F. Windows color (decimal): -10007122 or 11423079. OLE color: 11423079.

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

Color convert

RGB 103 77 174 -
CMYK 0.41 0.56 0 0.32
HSL 256.08º 0.39% 0.49% -
HSV(B) 256.08º 0.56% 0.68% -
XYZ 15.89 11.25 41.38 -
YUV 95.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 103 77 174 0.41 0.56 0 0.32 256.08 0.39 0.49
Hex 67 4D AE 29 38 0 20 100 27 31
Octal 147 115 256 51 70 0 40 400 47 61
Binary 1100111 1001101 10101110 101001 111000 0 100000 100000000 100111 110001

Color Harmonies of #674DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DAE

Black with #674DAE

Text Example


Text Example

White with #674DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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