#6F58AE

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

Shades of Blue Marguerite #6F58AE

Tints of Blue Marguerite #6F58AE

Color information

#6F58AE (or 0x6F58AE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 58 and AE. RGB value is (111,88,174). Sum of RGB (Red+Green+Blue) = 111+88+174=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AE is #90A751. Grayscale: #686868. Windows color (decimal): -9480018 or 11425903. OLE color: 11425903.

HSL color Cylindrical-coordinate representation of color #6F58AE: hue angle of 256.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F58AE is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11188174-
CMYK0.360.4900.32
HSL256.05º34.68%51.37%-
HSV(B)256.05º49.43%68.24%-
XYZ17.6913.4141.7-
YUV104.68167.12132.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=29.76%
G=23.59%
B=46.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111881740.360.4900.32256.0534.6851.37
Hex6F58AE24310201002333
Octal15713025644610404004363
Binary11011111011000101011101001001100010100000100000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,174); }

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

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

 a { background-color: rgb(111,88,174); }

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

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

 span { border-color: rgb(111,88,174); }

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