#6B56BB

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

Shades of Blue Marguerite #6B56BB

Tints of Blue Marguerite #6B56BB

Color information

#6B56BB (or 0x6B56BB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 56 and BB. RGB value is (107,86,187). Sum of RGB (Red+Green+Blue) = 107+86+187=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B56BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56BB is #94A944. Grayscale: #676767. Windows color (decimal): -9742661 or 12277355. OLE color: 12277355.

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

Color convert

RGB10786187-
CMYK0.430.5400.27
HSL252.48º42.62%53.53%-
HSV(B)252.48º54.01%73.33%-
XYZ18.3613.3748.63-
YUV103.79174.96130.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=28.16%
G=22.63%
B=49.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107861870.430.5400.27252.4842.6253.53
Hex6B56BB2B3601Bfc2b36
Octal15312627353660333745366
Binary110101110101101011101110101111011001101111111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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