#6865AC

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

Shades of Blue Marguerite #6865AC

Tints of Blue Marguerite #6865AC

Color information

#6865AC (or 0x6865AC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 65 and AC. RGB value is (104,101,172). Sum of RGB (Red+Green+Blue) = 104+101+172=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6865AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865AC is #979A53. Grayscale: #6D6D6D. Windows color (decimal): -9935444 or 11298152. OLE color: 11298152.

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

Color convert

RGB104101172-
CMYK0.400.4100.33
HSL242.54º29.96%53.53%-
HSV(B)242.54º41.28%67.45%-
XYZ17.8115.2341.03-
YUV109.99162.99123.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=27.59%
G=26.79%
B=45.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041011720.400.4100.33242.5429.9653.53
Hex6865AC2829021f31e36
Octal15014525450510413633666
Binary110100011001011010110010100010100101000011111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6865AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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