Html Css Color HEX #674DAA Blue Marguerite

📋 copy color: '#674DAA'

red 103 ◦ green 77 ◦ blue 170

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

Shades of Blue Marguerite #674DAA

Tints of Blue Marguerite #674DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 29.43%
G = 22%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674DAA (or 0x674DAA) is known color: Blue Marguerite. HEX triplet: 67, 4D and AA. RGB value is (103,77,170). Sum of RGB (Red+Green+Blue) = 103+77+170=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #674DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAA is #98B255. Grayscale: #5F5F5F. Windows color (decimal): -10007126 or 11160935. OLE color: 11160935.

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

Color convert

RGB 103 77 170 -
CMYK 0.39 0.55 0 0.33
HSL 256.77º 0.38% 0.48% -
HSV(B) 256.77º 0.55% 0.67% -
XYZ 15.5 11.09 39.35 -
YUV 95.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 103 77 170 0.39 0.55 0 0.33 256.77 0.38 0.48
Hex 67 4D AA 27 37 0 21 101 26 30
Octal 147 115 252 47 67 0 41 401 46 60
Binary 1100111 1001101 10101010 100111 110111 0 100001 100000001 100110 110000

Color Harmonies of #674DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DAA

Black with #674DAA

Text Example


Text Example

White with #674DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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