Html Css Color HEX #674FBC Blue Marguerite

📋 copy color: '#674FBC'

red 103 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #674FBC

Tints of Blue Marguerite #674FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 27.84%
G = 21.35%
B = 50.81%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#674FBC (or 0x674FBC) is known color: Blue Marguerite. HEX triplet: 67, 4F and BC. RGB value is (103,79,188). Sum of RGB (Red+Green+Blue) = 103+79+188=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #674FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FBC is #98B043. Grayscale: #626262. Windows color (decimal): -10006596 or 12341095. OLE color: 12341095.

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

Color convert

RGB 103 79 188 -
CMYK 0.45 0.58 0 0.26
HSL 253.21º 0.45% 0.52% -
HSV(B) 253.21º 0.58% 0.74% -
XYZ 17.47 12.11 48.99 -
YUV 98.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 103 79 188 0.45 0.58 0 0.26 253.21 0.45 0.52
Hex 67 4F BC 2D 3A 0 1A FD 2D 34
Octal 147 117 274 55 72 0 32 375 55 64
Binary 1100111 1001111 10111100 101101 111010 0 11010 11111101 101101 110100

Color Harmonies of #674FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FBC

Black with #674FBC

Text Example


Text Example

White with #674FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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