Html Css Color HEX #674DB9 Blue Marguerite

📋 copy color: '#674DB9'

red 103 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #674DB9

Tints of Blue Marguerite #674DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 28.22%
G = 21.1%
B = 50.68%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#674DB9 (or 0x674DB9) is known color: Blue Marguerite. HEX triplet: 67, 4D and B9. RGB value is (103,77,185). Sum of RGB (Red+Green+Blue) = 103+77+185=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #674DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DB9 is #98B246. Grayscale: #606060. Windows color (decimal): -10007111 or 12143975. OLE color: 12143975.

HSL color Cylindrical-coordinate representation of color #674DB9: hue angle of 254.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #674DB9 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 77 185 -
CMYK 0.44 0.58 0 0.27
HSL 254.44º 0.44% 0.51% -
HSV(B) 254.44º 0.58% 0.73% -
XYZ 17 11.69 47.26 -
YUV 97.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 103 77 185 0.44 0.58 0 0.27 254.44 0.44 0.51
Hex 67 4D B9 2C 3A 0 1B FE 2C 33
Octal 147 115 271 54 72 0 33 376 54 63
Binary 1100111 1001101 10111001 101100 111010 0 11011 11111110 101100 110011

Color Harmonies of #674DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DB9

Black with #674DB9

Text Example


Text Example

White with #674DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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