#6859BD

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

Shades of Blue Marguerite #6859BD

Tints of Blue Marguerite #6859BD

Color information

#6859BD (or 0x6859BD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 59 and BD. RGB value is (104,89,189). Sum of RGB (Red+Green+Blue) = 104+89+189=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #6859BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859BD is #97A642. Grayscale: #686868. Windows color (decimal): -9938499 or 12409192. OLE color: 12409192.

HSL color Cylindrical-coordinate representation of color #6859BD: hue angle of 249º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6859BD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10489189-
CMYK0.450.5300.26
HSL249º43.1%54.51%-
HSV(B)249º52.91%74.12%-
XYZ18.4713.7649.83-
YUV104.88175.47127.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=27.23%
G=23.30%
B=49.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104891890.450.5300.2624943.154.51
Hex6859BD2D3501Af92b37
Octal15013127555650323715367
Binary110100010110011011110110110111010101101011111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6859BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6859BD; }

 p { color: rgb(104,89,189); }

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

<style>
 a { background-color: #6859BD; }

 a { background-color: rgb(104,89,189); }

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

<style>
 span { border-color: #6859BD; }

 span { border-color: rgb(104,89,189); }

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