#6F57B3

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

Shades of Blue Marguerite #6F57B3

Tints of Blue Marguerite #6F57B3

Color information

#6F57B3 (or 0x6F57B3) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 57 and B3. RGB value is (111,87,179). Sum of RGB (Red+Green+Blue) = 111+87+179=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F57B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F57B3 is #90A84C. Grayscale: #686868. Windows color (decimal): -9480269 or 11753327. OLE color: 11753327.

HSL color Cylindrical-coordinate representation of color #6F57B3: hue angle of 255.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F57B3 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11187179-
CMYK0.380.5100.30
HSL255.65º37.7%52.16%-
HSV(B)255.65º51.4%70.2%-
XYZ18.113.4544.29-
YUV104.66169.95132.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=29.44%
G=23.08%
B=47.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111871790.380.5100.30255.6537.752.16
Hex6F57B3263301E1002634
Octal15712726346630364004664
Binary1101111101011110110011100110110011011110100000000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F57B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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