Html Css Color HEX #674DAF Blue Marguerite

📋 copy color: '#674DAF'

red 103 ◦ green 77 ◦ blue 175

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

Shades of Blue Marguerite #674DAF

Tints of Blue Marguerite #674DAF

RGB

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

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

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

R = 29.01%
G = 21.69%
B = 49.3%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#674DAF (or 0x674DAF) is known color: Blue Marguerite. HEX triplet: 67, 4D and AF. RGB value is (103,77,175). Sum of RGB (Red+Green+Blue) = 103+77+175=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #674DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DAF is #98B250. Grayscale: #5F5F5F. Windows color (decimal): -10007121 or 11488615. OLE color: 11488615.

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

Color convert

RGB 103 77 175 -
CMYK 0.41 0.56 0 0.31
HSL 255.92º 0.39% 0.49% -
HSV(B) 255.92º 0.56% 0.69% -
XYZ 15.99 11.29 41.89 -
YUV 95.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 103 77 175 0.41 0.56 0 0.31 255.92 0.39 0.49
Hex 67 4D AF 29 38 0 1F 100 27 31
Octal 147 115 257 51 70 0 37 400 47 61
Binary 1100111 1001101 10101111 101001 111000 0 11111 100000000 100111 110001

Color Harmonies of #674DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DAF

Black with #674DAF

Text Example


Text Example

White with #674DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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