Html Css Color HEX #674FB3 Blue Marguerite

📋 copy color: '#674FB3'

red 103 ◦ green 79 ◦ blue 179

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

Shades of Blue Marguerite #674FB3

Tints of Blue Marguerite #674FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.58%

R = 28.53%
G = 21.88%
B = 49.58%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#674FB3 (or 0x674FB3) is known color: Blue Marguerite. HEX triplet: 67, 4F and B3. RGB value is (103,79,179). Sum of RGB (Red+Green+Blue) = 103+79+179=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #674FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FB3 is #98B04C. Grayscale: #616161. Windows color (decimal): -10006605 or 11751271. OLE color: 11751271.

HSL color Cylindrical-coordinate representation of color #674FB3: hue angle of 254.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674FB3 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 79 179 -
CMYK 0.42 0.56 0 0.30
HSL 254.4º 0.4% 0.51% -
HSV(B) 254.4º 0.56% 0.7% -
XYZ 16.53 11.73 44.04 -
YUV 97.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 103 79 179 0.42 0.56 0 0.30 254.4 0.4 0.51
Hex 67 4F B3 2A 38 0 1E FE 28 33
Octal 147 117 263 52 70 0 36 376 50 63
Binary 1100111 1001111 10110011 101010 111000 0 11110 11111110 101000 110011

Color Harmonies of #674FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FB3

Black with #674FB3

Text Example


Text Example

White with #674FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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