Html Css Color HEX #674FAD Blue Marguerite

📋 copy color: '#674FAD'

red 103 ◦ green 79 ◦ blue 173

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

Shades of Blue Marguerite #674FAD

Tints of Blue Marguerite #674FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 29.01%
G = 22.25%
B = 48.73%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#674FAD (or 0x674FAD) is known color: Blue Marguerite. HEX triplet: 67, 4F and AD. RGB value is (103,79,173). Sum of RGB (Red+Green+Blue) = 103+79+173=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #674FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674FAD is #98B052. Grayscale: #606060. Windows color (decimal): -10006611 or 11358055. OLE color: 11358055.

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

Color convert

RGB 103 79 173 -
CMYK 0.40 0.54 0 0.32
HSL 255.32º 0.37% 0.49% -
HSV(B) 255.32º 0.54% 0.68% -
XYZ 15.93 11.49 40.91 -
YUV 96.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 103 79 173 0.40 0.54 0 0.32 255.32 0.37 0.49
Hex 67 4F AD 28 36 0 20 FF 25 31
Octal 147 117 255 50 66 0 40 377 45 61
Binary 1100111 1001111 10101101 101000 110110 0 100000 11111111 100101 110001

Color Harmonies of #674FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FAD

Black with #674FAD

Text Example


Text Example

White with #674FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,173); }

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

background-color css

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

 a { background-color: rgb(103,79,173); }

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

border-color css

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

 span { border-color: rgb(103,79,173); }

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