#6864BB

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

Shades of Blue Marguerite #6864BB

Tints of Blue Marguerite #6864BB

Color information

#6864BB (or 0x6864BB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 64 and BB. RGB value is (104,100,187). Sum of RGB (Red+Green+Blue) = 104+100+187=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #6864BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864BB is #979B44. Grayscale: #6E6E6E. Windows color (decimal): -9935685 or 12280936. OLE color: 12280936.

HSL color Cylindrical-coordinate representation of color #6864BB: hue angle of 242.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6864BB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104100187-
CMYK0.440.4700.27
HSL242.76º39.01%56.27%-
HSV(B)242.76º46.52%73.33%-
XYZ19.2415.6549.02-
YUV111.11170.83122.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=26.60%
G=25.58%
B=47.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041001870.440.4700.27242.7639.0156.27
Hex6864BB2C2F01Bf32738
Octal15014427354570333634770
Binary110100011001001011101110110010111101101111110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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