#6D5FAA

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

Shades of Blue Marguerite #6D5FAA

Tints of Blue Marguerite #6D5FAA

Color information

#6D5FAA (or 0x6D5FAA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5F and AA. RGB value is (109,95,170). Sum of RGB (Red+Green+Blue) = 109+95+170=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D5FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5FAA is #92A055. Grayscale: #6B6B6B. Windows color (decimal): -9609302 or 11165549. OLE color: 11165549.

HSL color Cylindrical-coordinate representation of color #6D5FAA: hue angle of 251.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D5FAA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10995170-
CMYK0.360.4400.33
HSL251.2º30.61%51.96%-
HSV(B)251.2º44.12%66.67%-
XYZ17.6514.3439.87-
YUV107.74163.14128.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=29.14%
G=25.40%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109951700.360.4400.33251.230.6151.96
Hex6D5FAA242C021fb1f34
Octal15513725244540413733764
Binary110110110111111010101010010010110001000011111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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