#6F57AA

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

Shades of Blue Marguerite #6F57AA

Tints of Blue Marguerite #6F57AA

Color information

#6F57AA (or 0x6F57AA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 57 and AA. RGB value is (111,87,170). Sum of RGB (Red+Green+Blue) = 111+87+170=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F57AA is #90A855. Grayscale: #676767. Windows color (decimal): -9480278 or 11163503. OLE color: 11163503.

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

Color convert

RGB11187170-
CMYK0.350.4900.33
HSL257.35º32.81%50.39%-
HSV(B)257.35º48.82%66.67%-
XYZ17.2213.139.65-
YUV103.64165.45133.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=30.16%
G=23.64%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111871700.350.4900.33257.3532.8150.39
Hex6F57AA23310211012132
Octal15712725243610414014162
Binary11011111010111101010101000111100010100001100000001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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