#6F5BAA

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

Shades of Blue Marguerite #6F5BAA

Tints of Blue Marguerite #6F5BAA

Color information

#6F5BAA (or 0x6F5BAA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5B and AA. RGB value is (111,91,170). Sum of RGB (Red+Green+Blue) = 111+91+170=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5BAA is #90A455. Grayscale: #696969. Windows color (decimal): -9479254 or 11164527. OLE color: 11164527.

HSL color Cylindrical-coordinate representation of color #6F5BAA: hue angle of 255.19º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5BAA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11191170-
CMYK0.350.4600.33
HSL255.19º31.73%51.18%-
HSV(B)255.19º46.47%66.67%-
XYZ17.5513.7639.76-
YUV105.99164.13131.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=29.84%
G=24.46%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111911700.350.4600.33255.1931.7351.18
Hex6F5BAA232E021ff2033
Octal15713325243560413774063
Binary1101111101101110101010100011101110010000111111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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