#6F47BC

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

Shades of Blue Marguerite #6F47BC

Tints of Blue Marguerite #6F47BC

Color information

#6F47BC (or 0x6F47BC) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 47 and BC. RGB value is (111,71,188). Sum of RGB (Red+Green+Blue) = 111+71+188=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F47BC is #90B843. Grayscale: #5F5F5F. Windows color (decimal): -9484356 or 12339055. OLE color: 12339055.

HSL color Cylindrical-coordinate representation of color #6F47BC: hue angle of 260.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F47BC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11171188-
CMYK0.410.6200.26
HSL260.51º46.61%50.78%-
HSV(B)260.51º62.23%73.73%-
XYZ17.8911.5248.86-
YUV96.3179.75138.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=30%
G=19.19%
B=50.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111711880.410.6200.26260.5146.6150.78
Hex6F47BC293E01A1052f33
Octal15710727451760324055763
Binary1101111100011110111100101001111110011010100000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,188); }

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

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

 a { background-color: rgb(111,71,188); }

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

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

 span { border-color: rgb(111,71,188); }

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