Html Css Color HEX #674FBA Blue Marguerite

📋 copy color: '#674FBA'

red 103 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #674FBA

Tints of Blue Marguerite #674FBA

RGB

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

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

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

R = 27.99%
G = 21.47%
B = 50.54%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#674FBA (or 0x674FBA) is known color: Blue Marguerite. HEX triplet: 67, 4F and BA. RGB value is (103,79,186). Sum of RGB (Red+Green+Blue) = 103+79+186=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #674FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FBA is #98B045. Grayscale: #616161. Windows color (decimal): -10006598 or 12210023. OLE color: 12210023.

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

Color convert

RGB 103 79 186 -
CMYK 0.45 0.58 0 0.27
HSL 253.46º 0.44% 0.52% -
HSV(B) 253.46º 0.58% 0.73% -
XYZ 17.25 12.02 47.87 -
YUV 98.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 103 79 186 0.45 0.58 0 0.27 253.46 0.44 0.52
Hex 67 4F BA 2D 3A 0 1B FD 2C 34
Octal 147 117 272 55 72 0 33 375 54 64
Binary 1100111 1001111 10111010 101101 111010 0 11011 11111101 101100 110100

Color Harmonies of #674FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FBA

Black with #674FBA

Text Example


Text Example

White with #674FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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