#6E6AAD

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

Shades of Blue Marguerite #6E6AAD

Tints of Blue Marguerite #6E6AAD

Color information

#6E6AAD (or 0x6E6AAD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 6A and AD. RGB value is (110,106,173). Sum of RGB (Red+Green+Blue) = 110+106+173=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6AAD is #919552. Grayscale: #727272. Windows color (decimal): -9540947 or 11364974. OLE color: 11364974.

HSL color Cylindrical-coordinate representation of color #6E6AAD: hue angle of 243.58º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E6AAD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110106173-
CMYK0.360.3900.32
HSL243.58º29%54.71%-
HSV(B)243.58º38.73%67.84%-
XYZ19.1316.6441.74-
YUV114.83160.83124.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.28%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=28.28%
G=27.25%
B=44.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101061730.360.3900.32243.582954.71
Hex6E6AAD2427020f41d37
Octal15615225544470403643567
Binary110111011010101010110110010010011101000001111010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,106,173); }

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

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

 a { background-color: rgb(110,106,173); }

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

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

 span { border-color: rgb(110,106,173); }

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