#6B47BF

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

Shades of Blue Marguerite #6B47BF

Tints of Blue Marguerite #6B47BF

Color information

#6B47BF (or 0x6B47BF) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 47 and BF. RGB value is (107,71,191). Sum of RGB (Red+Green+Blue) = 107+71+191=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B47BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B47BF is #94B840. Grayscale: #5F5F5F. Windows color (decimal): -9746497 or 12535659. OLE color: 12535659.

HSL color Cylindrical-coordinate representation of color #6B47BF: hue angle of 258º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B47BF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10771191-
CMYK0.440.6300.25
HSL258º48.39%51.37%-
HSV(B)258º62.83%74.9%-
XYZ17.7211.3950.56-
YUV95.44181.93136.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.00%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 191 (75% from 255) = 51.76%
R=29.00%
G=19.24%
B=51.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107711910.440.6300.2525848.3951.37
Hex6B47BF2C3F0191023033
Octal15310727754770314026063
Binary1101011100011110111111101100111111011001100000010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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