#6857BD

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

Shades of Blue Marguerite #6857BD

Tints of Blue Marguerite #6857BD

Color information

#6857BD (or 0x6857BD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 57 and BD. RGB value is (104,87,189). Sum of RGB (Red+Green+Blue) = 104+87+189=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #6857BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857BD is #97A842. Grayscale: #676767. Windows color (decimal): -9939011 or 12408680. OLE color: 12408680.

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

Color convert

RGB10487189-
CMYK0.450.5400.26
HSL250º43.59%54.12%-
HSV(B)250º53.97%74.12%-
XYZ18.313.4349.77-
YUV103.71176.13128.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=27.37%
G=22.89%
B=49.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104871890.450.5400.2625043.5954.12
Hex6857BD2D3601Afa2c36
Octal15012727555660323725466
Binary110100010101111011110110110111011001101011111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6857BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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