#6F5BAE

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

Shades of Blue Marguerite #6F5BAE

Tints of Blue Marguerite #6F5BAE

Color information

#6F5BAE (or 0x6F5BAE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5B and AE. RGB value is (111,91,174). Sum of RGB (Red+Green+Blue) = 111+91+174=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5BAE is #90A451. Grayscale: #6A6A6A. Windows color (decimal): -9479250 or 11426671. OLE color: 11426671.

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

Color convert

RGB11191174-
CMYK0.360.4800.32
HSL254.46º33.88%51.96%-
HSV(B)254.46º47.7%68.24%-
XYZ17.9413.9241.79-
YUV106.44166.13131.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=29.52%
G=24.20%
B=46.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111911740.360.4800.32254.4633.8851.96
Hex6F5BAE2430020fe2234
Octal15713325644600403764264
Binary1101111101101110101110100100110000010000011111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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