#6857AA

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

Shades of Blue Marguerite #6857AA

Tints of Blue Marguerite #6857AA

Color information

#6857AA (or 0x6857AA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 57 and AA. RGB value is (104,87,170). Sum of RGB (Red+Green+Blue) = 104+87+170=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #6857AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6857AA is #97A855. Grayscale: #656565. Windows color (decimal): -9939030 or 11163496. OLE color: 11163496.

HSL color Cylindrical-coordinate representation of color #6857AA: hue angle of 252.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6857AA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10487170-
CMYK0.390.4900.33
HSL252.29º32.81%50.39%-
HSV(B)252.29º48.82%66.67%-
XYZ16.3712.6639.61-
YUV101.54166.63129.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=28.81%
G=24.10%
B=47.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104871700.390.4900.33252.2932.8150.39
Hex6857AA2731021fc2132
Octal15012725247610413744162
Binary1101000101011110101010100111110001010000111111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6857AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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