#6E4EBE

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

Shades of Blue Marguerite #6E4EBE

Tints of Blue Marguerite #6E4EBE

Color information

#6E4EBE (or 0x6E4EBE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4E and BE. RGB value is (110,78,190). Sum of RGB (Red+Green+Blue) = 110+78+190=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EBE is #91B141. Grayscale: #636363. Windows color (decimal): -9548098 or 12471918. OLE color: 12471918.

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

Color convert

RGB11078190-
CMYK0.420.5900.25
HSL257.14º46.28%52.55%-
HSV(B)257.14º58.95%74.51%-
XYZ18.4512.4850.15-
YUV100.34178.6134.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=29.10%
G=20.63%
B=50.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110781900.420.5900.25257.1446.2852.55
Hex6E4EBE2A3B0191012e35
Octal15611627652730314015665
Binary1101110100111010111110101010111011011001100000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,78,190); }

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

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

 a { background-color: rgb(110,78,190); }

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

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

 span { border-color: rgb(110,78,190); }

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