#6D58AE

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

Shades of Blue Marguerite #6D58AE

Tints of Blue Marguerite #6D58AE

Color information

#6D58AE (or 0x6D58AE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 58 and AE. RGB value is (109,88,174). Sum of RGB (Red+Green+Blue) = 109+88+174=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D58AE is #92A751. Grayscale: #676767. Windows color (decimal): -9611090 or 11425901. OLE color: 11425901.

HSL color Cylindrical-coordinate representation of color #6D58AE: hue angle of 254.65º 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 #6D58AE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10988174-
CMYK0.370.4900.32
HSL254.65º34.68%51.37%-
HSV(B)254.65º49.43%68.24%-
XYZ17.4413.2941.69-
YUV104.08167.46131.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=29.38%
G=23.72%
B=46.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109881740.370.4900.32254.6534.6851.37
Hex6D58AE2531020ff2333
Octal15513025645610403774363
Binary1101101101100010101110100101110001010000011111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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