#6E5ABF

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

Shades of Blue Marguerite #6E5ABF

Tints of Blue Marguerite #6E5ABF

Color information

#6E5ABF (or 0x6E5ABF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5A and BF. RGB value is (110,90,191). Sum of RGB (Red+Green+Blue) = 110+90+191=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ABF is #91A540. Grayscale: #6B6B6B. Windows color (decimal): -9545025 or 12540526. OLE color: 12540526.

HSL color Cylindrical-coordinate representation of color #6E5ABF: hue angle of 251.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5ABF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11090191-
CMYK0.420.5300.25
HSL251.88º44.1%55.1%-
HSV(B)251.88º52.88%74.9%-
XYZ19.4914.3951.04-
YUV107.49175.13129.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.13%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 191 (75% from 255) = 48.85%
R=28.13%
G=23.02%
B=48.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110901910.420.5300.25251.8844.155.1
Hex6E5ABF2A35019fc2c37
Octal15613227752650313745467
Binary110111010110101011111110101011010101100111111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,191); }

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

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

 a { background-color: rgb(110,90,191); }

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

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

 span { border-color: rgb(110,90,191); }

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