#6F57AF

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

Shades of Blue Marguerite #6F57AF

Tints of Blue Marguerite #6F57AF

Color information

#6F57AF (or 0x6F57AF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 57 and AF. RGB value is (111,87,175). Sum of RGB (Red+Green+Blue) = 111+87+175=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F57AF is #90A850. Grayscale: #676767. Windows color (decimal): -9480273 or 11491183. OLE color: 11491183.

HSL color Cylindrical-coordinate representation of color #6F57AF: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F57AF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11187175-
CMYK0.370.5000.31
HSL256.36º35.48%51.37%-
HSV(B)256.36º50.29%68.63%-
XYZ17.713.2942.19-
YUV104.21167.95132.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=29.76%
G=23.32%
B=46.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111871750.370.5000.31256.3635.4851.37
Hex6F57AF253201F1002333
Octal15712725745620374004363
Binary1101111101011110101111100101110010011111100000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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