Html Css Color HEX #674DBD Blue Marguerite

📋 copy color: '#674DBD'

red 103 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #674DBD

Tints of Blue Marguerite #674DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 27.91%
G = 20.87%
B = 51.22%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#674DBD (or 0x674DBD) is known color: Blue Marguerite. HEX triplet: 67, 4D and BD. RGB value is (103,77,189). Sum of RGB (Red+Green+Blue) = 103+77+189=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #674DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DBD is #98B242. Grayscale: #616161. Windows color (decimal): -10007107 or 12406119. OLE color: 12406119.

HSL color Cylindrical-coordinate representation of color #674DBD: hue angle of 253.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674DBD is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 77 189 -
CMYK 0.46 0.59 0 0.26
HSL 253.93º 0.46% 0.52% -
HSV(B) 253.93º 0.59% 0.74% -
XYZ 17.43 11.87 49.52 -
YUV 97.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 103 77 189 0.46 0.59 0 0.26 253.93 0.46 0.52
Hex 67 4D BD 2E 3B 0 1A FE 2E 34
Octal 147 115 275 56 73 0 32 376 56 64
Binary 1100111 1001101 10111101 101110 111011 0 11010 11111110 101110 110100

Color Harmonies of #674DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DBD

Black with #674DBD

Text Example


Text Example

White with #674DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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