#6859BA

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

Shades of Blue Marguerite #6859BA

Tints of Blue Marguerite #6859BA

Color information

#6859BA (or 0x6859BA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 59 and BA. RGB value is (104,89,186). Sum of RGB (Red+Green+Blue) = 104+89+186=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6859BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859BA is #97A645. Grayscale: #686868. Windows color (decimal): -9938502 or 12212584. OLE color: 12212584.

HSL color Cylindrical-coordinate representation of color #6859BA: hue angle of 249.28º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6859BA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10489186-
CMYK0.440.5200.27
HSL249.28º41.28%53.92%-
HSV(B)249.28º52.15%72.94%-
XYZ18.1413.6348.13-
YUV104.54173.97127.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=27.44%
G=23.48%
B=49.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104891860.440.5200.27249.2841.2853.92
Hex6859BA2C3401Bf92936
Octal15013127254640333715166
Binary110100010110011011101010110011010001101111111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6859BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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