Html Css Color HEX #674BAF Blue Marguerite

📋 copy color: '#674BAF'

red 103 ◦ green 75 ◦ blue 175

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

Shades of Blue Marguerite #674BAF

Tints of Blue Marguerite #674BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

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

R = 29.18%
G = 21.25%
B = 49.58%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#674BAF (or 0x674BAF) is known color: Blue Marguerite. HEX triplet: 67, 4B and AF. RGB value is (103,75,175). Sum of RGB (Red+Green+Blue) = 103+75+175=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #674BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAF is #98B450. Grayscale: #5E5E5E. Windows color (decimal): -10007633 or 11488103. OLE color: 11488103.

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

Color convert

RGB 103 75 175 -
CMYK 0.41 0.57 0 0.31
HSL 256.8º 0.4% 0.49% -
HSV(B) 256.8º 0.57% 0.69% -
XYZ 15.85 11.01 41.85 -
YUV 94.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 103 75 175 0.41 0.57 0 0.31 256.8 0.4 0.49
Hex 67 4B AF 29 39 0 1F 101 28 31
Octal 147 113 257 51 71 0 37 401 50 61
Binary 1100111 1001011 10101111 101001 111001 0 11111 100000001 101000 110001

Color Harmonies of #674BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BAF

Black with #674BAF

Text Example


Text Example

White with #674BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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