#6857BA

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

Shades of Blue Marguerite #6857BA

Tints of Blue Marguerite #6857BA

Color information

#6857BA (or 0x6857BA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 57 and BA. RGB value is (104,87,186). Sum of RGB (Red+Green+Blue) = 104+87+186=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #6857BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857BA is #97A845. Grayscale: #666666. Windows color (decimal): -9939014 or 12212072. OLE color: 12212072.

HSL color Cylindrical-coordinate representation of color #6857BA: hue angle of 250.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6857BA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10487186-
CMYK0.440.5300.27
HSL250.3º41.77%53.53%-
HSV(B)250.3º53.23%72.94%-
XYZ17.9813.348.07-
YUV103.37174.63128.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=27.59%
G=23.08%
B=49.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104871860.440.5300.27250.341.7753.53
Hex6857BA2C3501Bfa2a36
Octal15012727254650333725266
Binary110100010101111011101010110011010101101111111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6857BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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