#6856BE

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

Shades of Blue Marguerite #6856BE

Tints of Blue Marguerite #6856BE

Color information

#6856BE (or 0x6856BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 56 and BE. RGB value is (104,86,190). Sum of RGB (Red+Green+Blue) = 104+86+190=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #6856BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856BE is #97A941. Grayscale: #666666. Windows color (decimal): -9939266 or 12473960. OLE color: 12473960.

HSL color Cylindrical-coordinate representation of color #6856BE: hue angle of 250.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6856BE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10486190-
CMYK0.450.5500.25
HSL250.38º44.44%54.12%-
HSV(B)250.38º54.74%74.51%-
XYZ18.3313.3250.32-
YUV103.24176.96128.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 190 (74.61% from 255) = 50%
R=27.37%
G=22.63%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104861900.450.5500.25250.3844.4454.12
Hex6856BE2D37019fa2c36
Octal15012627655670313725466
Binary110100010101101011111010110111011101100111111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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