#6D65AB

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

Shades of Blue Marguerite #6D65AB

Tints of Blue Marguerite #6D65AB

Color information

#6D65AB (or 0x6D65AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 65 and AB. RGB value is (109,101,171). Sum of RGB (Red+Green+Blue) = 109+101+171=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D65AB is #929A54. Grayscale: #6F6F6F. Windows color (decimal): -9607765 or 11232621. OLE color: 11232621.

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

Color convert

RGB109101171-
CMYK0.360.4100.33
HSL246.86º29.41%53.33%-
HSV(B)246.86º40.94%67.06%-
XYZ18.3115.540.55-
YUV111.37161.65126.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=28.61%
G=26.51%
B=44.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091011710.360.4100.33246.8629.4153.33
Hex6D65AB2429021f71d35
Octal15514525344510413673565
Binary110110111001011010101110010010100101000011111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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