#6D55BF

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

Shades of Blue Marguerite #6D55BF

Tints of Blue Marguerite #6D55BF

Color information

#6D55BF (or 0x6D55BF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 55 and BF. RGB value is (109,85,191). Sum of RGB (Red+Green+Blue) = 109+85+191=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D55BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55BF is #92AA40. Grayscale: #676767. Windows color (decimal): -9611841 or 12539245. OLE color: 12539245.

HSL color Cylindrical-coordinate representation of color #6D55BF: hue angle of 253.58º 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 #6D55BF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10985191-
CMYK0.430.5500.25
HSL253.58º45.3%54.12%-
HSV(B)253.58º55.5%74.9%-
XYZ18.9613.5150.9-
YUV104.26176.95131.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 191 (75% from 255) = 49.61%
R=28.31%
G=22.08%
B=49.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109851910.430.5500.25253.5845.354.12
Hex6D55BF2B37019fe2d36
Octal15512527753670313765566
Binary110110110101011011111110101111011101100111111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D55BF; }

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

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

<style>
 a { background-color: #6D55BF; }

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

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

<style>
 span { border-color: #6D55BF; }

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

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