#6864AC

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

Shades of Blue Marguerite #6864AC

Tints of Blue Marguerite #6864AC

Color information

#6864AC (or 0x6864AC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 64 and AC. RGB value is (104,100,172). Sum of RGB (Red+Green+Blue) = 104+100+172=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #6864AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AC is #979B53. Grayscale: #6D6D6D. Windows color (decimal): -9935700 or 11297896. OLE color: 11297896.

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

Color convert

RGB104100172-
CMYK0.400.4200.33
HSL243.33º30.25%53.33%-
HSV(B)243.33º41.86%67.45%-
XYZ17.7115.0441-
YUV109.4163.33124.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=27.66%
G=26.60%
B=45.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041001720.400.4200.33243.3330.2553.33
Hex6864AC282A021f31e35
Octal15014425450520413633665
Binary110100011001001010110010100010101001000011111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6864AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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