#6F56B7

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

Shades of Blue Marguerite #6F56B7

Tints of Blue Marguerite #6F56B7

Color information

#6F56B7 (or 0x6F56B7) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 56 and B7. RGB value is (111,86,183). Sum of RGB (Red+Green+Blue) = 111+86+183=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F56B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56B7 is #90A948. Grayscale: #686868. Windows color (decimal): -9480521 or 12015215. OLE color: 12015215.

HSL color Cylindrical-coordinate representation of color #6F56B7: hue angle of 255.46º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F56B7 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11186183-
CMYK0.390.5300.28
HSL255.46º40.25%52.75%-
HSV(B)255.46º53.01%71.76%-
XYZ18.4313.4546.43-
YUV104.53172.28132.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.21%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 183 (71.88% from 255) = 48.16%
R=29.21%
G=22.63%
B=48.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111861830.390.5300.28255.4640.2552.75
Hex6F56B7273501Cff2835
Octal15712626747650343775065
Binary110111110101101011011110011111010101110011111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F56B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,183); }

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

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

 a { background-color: rgb(111,86,183); }

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

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

 span { border-color: rgb(111,86,183); }

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