#6E61AA

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

Shades of Blue Marguerite #6E61AA

Tints of Blue Marguerite #6E61AA

Color information

#6E61AA (or 0x6E61AA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 61 and AA. RGB value is (110,97,170). Sum of RGB (Red+Green+Blue) = 110+97+170=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E61AA is #919E55. Grayscale: #6C6C6C. Windows color (decimal): -9543254 or 11166062. OLE color: 11166062.

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

Color convert

RGB11097170-
CMYK0.350.4300.33
HSL250.68º30.04%52.35%-
HSV(B)250.68º42.94%66.67%-
XYZ17.9614.7739.93-
YUV109.21162.31128.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=29.18%
G=25.73%
B=45.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110971700.350.4300.33250.6830.0452.35
Hex6E61AA232B021fb1e34
Octal15614125243530413733664
Binary110111011000011010101010001110101101000011111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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