#6857A4

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

Shades of Blue Marguerite #6857A4

Tints of Blue Marguerite #6857A4

Color information

#6857A4 (or 0x6857A4) is unknown color: approx Blue Marguerite. HEX triplet: 68, 57 and A4. RGB value is (104,87,164). Sum of RGB (Red+Green+Blue) = 104+87+164=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #6857A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6857A4 is #97A85B. Grayscale: #646464. Windows color (decimal): -9939036 or 10770280. OLE color: 10770280.

HSL color Cylindrical-coordinate representation of color #6857A4: hue angle of 253.25º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6857A4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10487164-
CMYK0.370.4700.36
HSL253.25º30.68%49.22%-
HSV(B)253.25º46.95%64.31%-
XYZ15.8212.4436.69-
YUV100.86163.63130.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 164 (64.45% from 255) = 46.20%
R=29.30%
G=24.51%
B=46.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104871640.370.4700.36253.2530.6849.22
Hex6857A4252F024fd1f31
Octal15012724445570443753761
Binary110100010101111010010010010110111101001001111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6857A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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