#6857BE

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

Shades of Blue Marguerite #6857BE

Tints of Blue Marguerite #6857BE

Color information

#6857BE (or 0x6857BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 57 and BE. RGB value is (104,87,190). Sum of RGB (Red+Green+Blue) = 104+87+190=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #6857BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857BE is #97A841. Grayscale: #676767. Windows color (decimal): -9939010 or 12474216. OLE color: 12474216.

HSL color Cylindrical-coordinate representation of color #6857BE: hue angle of 249.9º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6857BE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10487190-
CMYK0.450.5400.25
HSL249.9º44.21%54.31%-
HSV(B)249.9º54.21%74.51%-
XYZ18.4113.4850.35-
YUV103.82176.63128.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=27.30%
G=22.83%
B=49.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104871900.450.5400.25249.944.2154.31
Hex6857BE2D36019fa2c36
Octal15012727655660313725466
Binary110100010101111011111010110111011001100111111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6857BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6857BE; }

 p { color: rgb(104,87,190); }

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

<style>
 a { background-color: #6857BE; }

 a { background-color: rgb(104,87,190); }

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

<style>
 span { border-color: #6857BE; }

 span { border-color: rgb(104,87,190); }

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