#6D61AA

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

Shades of Blue Marguerite #6D61AA

Tints of Blue Marguerite #6D61AA

Color information

#6D61AA (or 0x6D61AA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 61 and AA. RGB value is (109,97,170). Sum of RGB (Red+Green+Blue) = 109+97+170=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D61AA is #929E55. Grayscale: #6C6C6C. Windows color (decimal): -9608790 or 11166061. OLE color: 11166061.

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

Color convert

RGB10997170-
CMYK0.360.4300.33
HSL249.86º30.04%52.35%-
HSV(B)249.86º42.94%66.67%-
XYZ17.8414.739.93-
YUV108.91162.48128.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=28.99%
G=25.80%
B=45.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109971700.360.4300.33249.8630.0452.35
Hex6D61AA242B021fa1e34
Octal15514125244530413723664
Binary110110111000011010101010010010101101000011111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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