#6853a7

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

Shades of Blue Marguerite #6853A7

Tints of Blue Marguerite #6853A7

Color information

#6853A7 (or 0x6853A7) is unknown color: approx Blue Marguerite. HEX triplet: 68, 53 and A7. RGB value is (104,83,167). Sum of RGB (Red+Green+Blue) = 104+83+167=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #6853A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853A7 is #97AC58. Grayscale: #626262. Windows color (decimal): -9940057 or 10965864. OLE color: 10965864.

HSL color Cylindrical-coordinate representation of color #6853A7: hue angle of 255º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6853A7 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10483167-
CMYK0.380.5000.35
HSL255º33.6%49.02%-
HSV(B)255º50.3%65.49%-
XYZ15.7811.9238.03-
YUV98.85166.46131.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 167 (65.62% from 255) = 47.18%
R=29.38%
G=23.45%
B=47.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104831670.380.5000.3525533.649.02
Hex6853A72632023ff2231
Octal15012324746620433774261
Binary1101000101001110100111100110110010010001111111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6853a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6853a7; }

 p { color: rgb(104,83,167); }

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

<style>
 a { background-color: #6853a7; }

 a { background-color: rgb(104,83,167); }

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

<style>
 span { border-color: #6853a7; }

 span { border-color: rgb(104,83,167); }

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