#6E5FAB

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

Shades of Blue Marguerite #6E5FAB

Tints of Blue Marguerite #6E5FAB

Color information

#6E5FAB (or 0x6E5FAB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5F and AB. RGB value is (110,95,171). Sum of RGB (Red+Green+Blue) = 110+95+171=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5FAB is #91A054. Grayscale: #6B6B6B. Windows color (decimal): -9543765 or 11231086. OLE color: 11231086.

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

Color convert

RGB11095171-
CMYK0.360.4400.33
HSL251.84º31.15%52.16%-
HSV(B)251.84º44.44%67.06%-
XYZ17.8714.4440.37-
YUV108.15163.47129.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=29.26%
G=25.27%
B=45.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110951710.360.4400.33251.8431.1552.16
Hex6E5FAB242C021fc1f34
Octal15613725344540413743764
Binary110111010111111010101110010010110001000011111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,171); }

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

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

 a { background-color: rgb(110,95,171); }

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

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

 span { border-color: rgb(110,95,171); }

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