#6F59AB

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

Shades of Blue Marguerite #6F59AB

Tints of Blue Marguerite #6F59AB

Color information

#6F59AB (or 0x6F59AB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 59 and AB. RGB value is (111,89,171). Sum of RGB (Red+Green+Blue) = 111+89+171=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F59AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F59AB is #90A654. Grayscale: #686868. Windows color (decimal): -9479765 or 11229551. OLE color: 11229551.

HSL color Cylindrical-coordinate representation of color #6F59AB: hue angle of 256.1º 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 #6F59AB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11189171-
CMYK0.350.4800.33
HSL256.1º32.8%50.98%-
HSV(B)256.1º47.95%67.06%-
XYZ17.4813.4640.21-
YUV104.93165.29132.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=29.92%
G=23.99%
B=46.09%

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
Decimal111891710.350.4800.33256.132.850.98
Hex6F59AB23300211002133
Octal15713125343600414004163
Binary11011111011001101010111000111100000100001100000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,171); }

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

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

 a { background-color: rgb(111,89,171); }

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

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

 span { border-color: rgb(111,89,171); }

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