#6B47BB

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

Shades of Blue Marguerite #6B47BB

Tints of Blue Marguerite #6B47BB

Color information

#6B47BB (or 0x6B47BB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 47 and BB. RGB value is (107,71,187). Sum of RGB (Red+Green+Blue) = 107+71+187=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B47BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B47BB is #94B844. Grayscale: #5E5E5E. Windows color (decimal): -9746501 or 12273515. OLE color: 12273515.

HSL color Cylindrical-coordinate representation of color #6B47BB: hue angle of 258.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B47BB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10771187-
CMYK0.430.6200.27
HSL258.62º46.03%50.59%-
HSV(B)258.62º62.03%73.33%-
XYZ17.2911.2248.27-
YUV94.99179.93136.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.32%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=29.32%
G=19.45%
B=51.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107711870.430.6200.27258.6246.0350.59
Hex6B47BB2B3E01B1032e33
Octal15310727353760334035663
Binary1101011100011110111011101011111110011011100000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B47BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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