Html Css Color HEX #674DBA Blue Marguerite

📋 copy color: '#674DBA'

red 103 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #674DBA

Tints of Blue Marguerite #674DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 28.14%
G = 21.04%
B = 50.82%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#674DBA (or 0x674DBA) is known color: Blue Marguerite. HEX triplet: 67, 4D and BA. RGB value is (103,77,186). Sum of RGB (Red+Green+Blue) = 103+77+186=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #674DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DBA is #98B245. Grayscale: #606060. Windows color (decimal): -10007110 or 12209511. OLE color: 12209511.

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

Color convert

RGB 103 77 186 -
CMYK 0.45 0.59 0 0.27
HSL 254.31º 0.44% 0.52% -
HSV(B) 254.31º 0.59% 0.73% -
XYZ 17.11 11.74 47.82 -
YUV 97.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 103 77 186 0.45 0.59 0 0.27 254.31 0.44 0.52
Hex 67 4D BA 2D 3B 0 1B FE 2C 34
Octal 147 115 272 55 73 0 33 376 54 64
Binary 1100111 1001101 10111010 101101 111011 0 11011 11111110 101100 110100

Color Harmonies of #674DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DBA

Black with #674DBA

Text Example


Text Example

White with #674DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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