Html Css Color HEX #674AAF Blue Marguerite

📋 copy color: '#674AAF'

red 103 ◦ green 74 ◦ blue 175

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

Shades of Blue Marguerite #674AAF

Tints of Blue Marguerite #674AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 29.26%
G = 21.02%
B = 49.72%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#674AAF (or 0x674AAF) is known color: Blue Marguerite. HEX triplet: 67, 4A and AF. RGB value is (103,74,175). Sum of RGB (Red+Green+Blue) = 103+74+175=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #674AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674AAF is #98B550. Grayscale: #5D5D5D. Windows color (decimal): -10007889 or 11487847. OLE color: 11487847.

HSL color Cylindrical-coordinate representation of color #674AAF: hue angle of 257.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674AAF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 74 175 -
CMYK 0.41 0.58 0 0.31
HSL 257.23º 0.41% 0.49% -
HSV(B) 257.23º 0.58% 0.69% -
XYZ 15.78 10.88 41.83 -
YUV 94.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 103 74 175 0.41 0.58 0 0.31 257.23 0.41 0.49
Hex 67 4A AF 29 3A 0 1F 101 29 31
Octal 147 112 257 51 72 0 37 401 51 61
Binary 1100111 1001010 10101111 101001 111010 0 11111 100000001 101001 110001

Color Harmonies of #674AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AAF

Black with #674AAF

Text Example


Text Example

White with #674AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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