#6861AA

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

Shades of Blue Marguerite #6861AA

Tints of Blue Marguerite #6861AA

Color information

#6861AA (or 0x6861AA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 61 and AA. RGB value is (104,97,170). Sum of RGB (Red+Green+Blue) = 104+97+170=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6861AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6861AA is #979E55. Grayscale: #6B6B6B. Windows color (decimal): -9936470 or 11166056. OLE color: 11166056.

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

Color convert

RGB10497170-
CMYK0.390.4300.33
HSL245.75º30.04%52.35%-
HSV(B)245.75º42.94%66.67%-
XYZ17.2414.3939.9-
YUV107.42163.32125.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=28.03%
G=26.15%
B=45.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104971700.390.4300.33245.7530.0452.35
Hex6861AA272B021f61e34
Octal15014125247530413663664
Binary110100011000011010101010011110101101000011111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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