#6E5BBA

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

Shades of Blue Marguerite #6E5BBA

Tints of Blue Marguerite #6E5BBA

Color information

#6E5BBA (or 0x6E5BBA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5B and BA. RGB value is (110,91,186). Sum of RGB (Red+Green+Blue) = 110+91+186=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BBA is #91A445. Grayscale: #6B6B6B. Windows color (decimal): -9544774 or 12213102. OLE color: 12213102.

HSL color Cylindrical-coordinate representation of color #6E5BBA: hue angle of 252º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5BBA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11091186-
CMYK0.410.5100.27
HSL252º40.77%54.31%-
HSV(B)252º51.08%72.94%-
XYZ19.0314.3448.22-
YUV107.51172.29129.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.42%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=28.42%
G=23.51%
B=48.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110911860.410.5100.2725240.7754.31
Hex6E5BBA293301Bfc2936
Octal15613327251630333745166
Binary110111010110111011101010100111001101101111111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,186); }

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

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

 a { background-color: rgb(110,91,186); }

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

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

 span { border-color: rgb(110,91,186); }

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