#6D61AB

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

Shades of Blue Marguerite #6D61AB

Tints of Blue Marguerite #6D61AB

Color information

#6D61AB (or 0x6D61AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 61 and AB. RGB value is (109,97,171). Sum of RGB (Red+Green+Blue) = 109+97+171=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D61AB is #929E54. Grayscale: #6C6C6C. Windows color (decimal): -9608789 or 11231597. OLE color: 11231597.

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

Color convert

RGB10997171-
CMYK0.360.4300.33
HSL249.73º30.58%52.55%-
HSV(B)249.73º43.27%67.06%-
XYZ17.9314.7440.43-
YUV109.02162.98127.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=28.91%
G=25.73%
B=45.36%

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
Decimal109971710.360.4300.33249.7330.5852.55
Hex6D61AB242B021fa1f35
Octal15514125344530413723765
Binary110110111000011010101110010010101101000011111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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