#6861AC

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

Shades of Blue Marguerite #6861AC

Tints of Blue Marguerite #6861AC

Color information

#6861AC (or 0x6861AC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 61 and AC. RGB value is (104,97,172). Sum of RGB (Red+Green+Blue) = 104+97+172=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6861AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6861AC is #979E53. Grayscale: #6B6B6B. Windows color (decimal): -9936468 or 11297128. OLE color: 11297128.

HSL color Cylindrical-coordinate representation of color #6861AC: hue angle of 245.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6861AC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10497172-
CMYK0.400.4400.33
HSL245.6º31.12%52.75%-
HSV(B)245.6º43.6%67.45%-
XYZ17.4314.4740.9-
YUV107.64164.32125.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=27.88%
G=26.01%
B=46.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104971720.400.4400.33245.631.1252.75
Hex6861AC282C021f61f35
Octal15014125450540413663765
Binary110100011000011010110010100010110001000011111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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