#6E64AE

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

Shades of Blue Marguerite #6E64AE

Tints of Blue Marguerite #6E64AE

Color information

#6E64AE (or 0x6E64AE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 64 and AE. RGB value is (110,100,174). Sum of RGB (Red+Green+Blue) = 110+100+174=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E64AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E64AE is #919B51. Grayscale: #6F6F6F. Windows color (decimal): -9542482 or 11428974. OLE color: 11428974.

HSL color Cylindrical-coordinate representation of color #6E64AE: hue angle of 248.11º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E64AE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110100174-
CMYK0.370.4300.32
HSL248.11º31.36%53.73%-
HSV(B)248.11º42.53%68.24%-
XYZ18.6315.4942.05-
YUV111.43163.31126.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=28.65%
G=26.04%
B=45.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101001740.370.4300.32248.1131.3653.73
Hex6E64AE252B020f81f36
Octal15614425645530403703766
Binary110111011001001010111010010110101101000001111100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,174); }

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

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

 a { background-color: rgb(110,100,174); }

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

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

 span { border-color: rgb(110,100,174); }

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