#6D58AA

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

Shades of Blue Marguerite #6D58AA

Tints of Blue Marguerite #6D58AA

Color information

#6D58AA (or 0x6D58AA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 58 and AA. RGB value is (109,88,170). Sum of RGB (Red+Green+Blue) = 109+88+170=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D58AA is #92A755. Grayscale: #676767. Windows color (decimal): -9611094 or 11163757. OLE color: 11163757.

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

Color convert

RGB10988170-
CMYK0.360.4800.33
HSL255.37º32.54%50.59%-
HSV(B)255.37º48.24%66.67%-
XYZ17.0513.1339.67-
YUV103.63165.46131.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=29.70%
G=23.98%
B=46.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109881700.360.4800.33255.3732.5450.59
Hex6D58AA2430021ff2133
Octal15513025244600413774163
Binary1101101101100010101010100100110000010000111111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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