#6856BB

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

Shades of Blue Marguerite #6856BB

Tints of Blue Marguerite #6856BB

Color information

#6856BB (or 0x6856BB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 56 and BB. RGB value is (104,86,187). Sum of RGB (Red+Green+Blue) = 104+86+187=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6856BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856BB is #97A944. Grayscale: #666666. Windows color (decimal): -9939269 or 12277352. OLE color: 12277352.

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

Color convert

RGB10486187-
CMYK0.440.5400.27
HSL250.69º42.62%53.53%-
HSV(B)250.69º54.01%73.33%-
XYZ18.0113.1948.61-
YUV102.9175.46128.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=27.59%
G=22.81%
B=49.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104861870.440.5400.27250.6942.6253.53
Hex6856BB2C3601Bfb2b36
Octal15012627354660333735366
Binary110100010101101011101110110011011001101111111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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