Html Css Color HEX #674CAD Blue Marguerite

📋 copy color: '#674CAD'

red 103 ◦ green 76 ◦ blue 173

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

Shades of Blue Marguerite #674CAD

Tints of Blue Marguerite #674CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

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

R = 29.26%
G = 21.59%
B = 49.15%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#674CAD (or 0x674CAD) is known color: Blue Marguerite. HEX triplet: 67, 4C and AD. RGB value is (103,76,173). Sum of RGB (Red+Green+Blue) = 103+76+173=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #674CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674CAD is #98B352. Grayscale: #5E5E5E. Windows color (decimal): -10007379 or 11357287. OLE color: 11357287.

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

Color convert

RGB 103 76 173 -
CMYK 0.40 0.56 0 0.32
HSL 256.7º 0.39% 0.49% -
HSV(B) 256.7º 0.56% 0.68% -
XYZ 15.72 11.07 40.84 -
YUV 95.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 103 76 173 0.40 0.56 0 0.32 256.7 0.39 0.49
Hex 67 4C AD 28 38 0 20 101 27 31
Octal 147 114 255 50 70 0 40 401 47 61
Binary 1100111 1001100 10101101 101000 111000 0 100000 100000001 100111 110001

Color Harmonies of #674CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CAD

Black with #674CAD

Text Example


Text Example

White with #674CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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