#6F50AE

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

Shades of Blue Marguerite #6F50AE

Tints of Blue Marguerite #6F50AE

Color information

#6F50AE (or 0x6F50AE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 50 and AE. RGB value is (111,80,174). Sum of RGB (Red+Green+Blue) = 111+80+174=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F50AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F50AE is #90AF51. Grayscale: #636363. Windows color (decimal): -9482066 or 11423855. OLE color: 11423855.

HSL color Cylindrical-coordinate representation of color #6F50AE: hue angle of 259.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F50AE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11180174-
CMYK0.360.5400.32
HSL259.79º37.01%49.8%-
HSV(B)259.79º54.02%68.24%-
XYZ17.0612.1741.49-
YUV99.98169.77135.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=30.41%
G=21.92%
B=47.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111801740.360.5400.32259.7937.0149.8
Hex6F50AE24360201042532
Octal15712025644660404044562
Binary11011111010000101011101001001101100100000100000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,174); }

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

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

 a { background-color: rgb(111,80,174); }

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

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

 span { border-color: rgb(111,80,174); }

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