#6F5AAC

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

Shades of Blue Marguerite #6F5AAC

Tints of Blue Marguerite #6F5AAC

Color information

#6F5AAC (or 0x6F5AAC) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5A and AC. RGB value is (111,90,172). Sum of RGB (Red+Green+Blue) = 111+90+172=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5AAC is #90A553. Grayscale: #696969. Windows color (decimal): -9479508 or 11295343. OLE color: 11295343.

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

Color convert

RGB11190172-
CMYK0.350.4800.33
HSL255.37º33.06%51.37%-
HSV(B)255.37º47.67%67.45%-
XYZ17.6613.6740.74-
YUV105.63165.46131.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=29.76%
G=24.13%
B=46.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111901720.350.4800.33255.3733.0651.37
Hex6F5AAC2330021ff2133
Octal15713225443600413774163
Binary1101111101101010101100100011110000010000111111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,172); }

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

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

 a { background-color: rgb(111,90,172); }

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

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

 span { border-color: rgb(111,90,172); }

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