Html Css Color HEX #674CB4 Blue Marguerite

📋 copy color: '#674CB4'

red 103 ◦ green 76 ◦ blue 180

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

Shades of Blue Marguerite #674CB4

Tints of Blue Marguerite #674CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 28.69%
G = 21.17%
B = 50.14%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#674CB4 (or 0x674CB4) is known color: Blue Marguerite. HEX triplet: 67, 4C and B4. RGB value is (103,76,180). Sum of RGB (Red+Green+Blue) = 103+76+180=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #674CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CB4 is #98B34B. Grayscale: #5F5F5F. Windows color (decimal): -10007372 or 11816039. OLE color: 11816039.

HSL color Cylindrical-coordinate representation of color #674CB4: hue angle of 255.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674CB4 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 76 180 -
CMYK 0.43 0.58 0 0.29
HSL 255.58º 0.41% 0.5% -
HSV(B) 255.58º 0.58% 0.71% -
XYZ 16.42 11.35 44.51 -
YUV 95.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 103 76 180 0.43 0.58 0 0.29 255.58 0.41 0.5
Hex 67 4C B4 2B 3A 0 1D 100 29 32
Octal 147 114 264 53 72 0 35 400 51 62
Binary 1100111 1001100 10110100 101011 111010 0 11101 100000000 101001 110010

Color Harmonies of #674CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CB4

Black with #674CB4

Text Example


Text Example

White with #674CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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