#6861AF

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

Shades of Blue Marguerite #6861AF

Tints of Blue Marguerite #6861AF

Color information

#6861AF (or 0x6861AF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 61 and AF. RGB value is (104,97,175). Sum of RGB (Red+Green+Blue) = 104+97+175=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6861AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6861AF is #979E50. Grayscale: #6B6B6B. Windows color (decimal): -9936465 or 11493736. OLE color: 11493736.

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

Color convert

RGB10497175-
CMYK0.410.4500.31
HSL245.38º32.77%53.33%-
HSV(B)245.38º44.57%68.63%-
XYZ17.7214.5942.44-
YUV107.98165.82125.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=27.66%
G=25.80%
B=46.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104971750.410.4500.31245.3832.7753.33
Hex6861AF292D01Ff52135
Octal15014125751550373654165
Binary110100011000011010111110100110110101111111110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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