#674EBE

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

Shades of Blue Marguerite #674EBE

Tints of Blue Marguerite #674EBE

Color information

#674EBE (or 0x674EBE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 4E and BE. RGB value is (103,78,190). Sum of RGB (Red+Green+Blue) = 103+78+190=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #674EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EBE is #98B141. Grayscale: #616161. Windows color (decimal): -10006850 or 12471911. OLE color: 12471911.

HSL color Cylindrical-coordinate representation of color #674EBE: hue angle of 253.39º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674EBE is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10378190-
CMYK0.460.5900.25
HSL253.39º46.28%52.55%-
HSV(B)253.39º58.95%74.51%-
XYZ17.6112.0550.11-
YUV98.24179.78131.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=27.76%
G=21.02%
B=51.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103781900.460.5900.25253.3946.2852.55
Hex674EBE2E3B019fd2e35
Octal14711627656730313755665
Binary110011110011101011111010111011101101100111111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,190); }

 H1.HeaderClassName
 {
   color: #674EBE;
 }
 .AnyTagClassName
 {
   color: #674EBE;
 }
</style>
background-color css

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

 a { background-color: rgb(103,78,190); }

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

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

 span { border-color: rgb(103,78,190); }

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