#6855BF

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

Shades of Blue Marguerite #6855BF

Tints of Blue Marguerite #6855BF

Color information

#6855BF (or 0x6855BF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 55 and BF. RGB value is (104,85,191). Sum of RGB (Red+Green+Blue) = 104+85+191=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6855BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855BF is #97AA40. Grayscale: #666666. Windows color (decimal): -9939521 or 12539240. OLE color: 12539240.

HSL color Cylindrical-coordinate representation of color #6855BF: hue angle of 250.75º degrees, saturation: 0.45, 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 #6855BF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10485191-
CMYK0.460.5500.25
HSL250.75º45.3%54.12%-
HSV(B)250.75º55.5%74.9%-
XYZ18.3613.250.87-
YUV102.76177.79128.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 191 (75% from 255) = 50.26%
R=27.37%
G=22.37%
B=50.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104851910.460.5500.25250.7545.354.12
Hex6855BF2E37019fb2d36
Octal15012527756670313735566
Binary110100010101011011111110111011011101100111111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6855BF; }

 p { color: rgb(104,85,191); }

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

<style>
 a { background-color: #6855BF; }

 a { background-color: rgb(104,85,191); }

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

<style>
 span { border-color: #6855BF; }

 span { border-color: rgb(104,85,191); }

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