#675EBC

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

Shades of Blue Marguerite #675EBC

Tints of Blue Marguerite #675EBC

Color information

#675EBC (or 0x675EBC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5E and BC. RGB value is (103,94,188). Sum of RGB (Red+Green+Blue) = 103+94+188=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #675EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EBC is #98A143. Grayscale: #6B6B6B. Windows color (decimal): -10002756 or 12344935. OLE color: 12344935.

HSL color Cylindrical-coordinate representation of color #675EBC: hue angle of 245.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675EBC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10394188-
CMYK0.450.5000.26
HSL245.74º41.23%55.29%-
HSV(B)245.74º50%73.73%-
XYZ18.6714.5249.4-
YUV107.41173.48124.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=26.75%
G=24.42%
B=48.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103941880.450.5000.26245.7441.2355.29
Hex675EBC2D3201Af62937
Octal14713627455620323665167
Binary110011110111101011110010110111001001101011110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675EBC; }

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

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

<style>
 a { background-color: #675EBC; }

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

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

<style>
 span { border-color: #675EBC; }

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

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