#674FBA

Color #674FBA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #674FBA

Tints of Blue Marguerite #674FBA

Color information

#674FBA (or 0x674FBA) is unknown color: approx 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

RGB10379186-
CMYK0.450.5800.27
HSL253.46º43.67%51.96%-
HSV(B)253.46º57.53%72.94%-
XYZ17.2512.0247.87-
YUV98.37177.45131.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% 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 (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103791860.450.5800.27253.4643.6751.96
Hex674FBA2D3A01Bfd2c34
Octal14711727255720333755464
Binary110011110011111011101010110111101001101111111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>