#6E4BBE

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

Shades of Blue Marguerite #6E4BBE

Tints of Blue Marguerite #6E4BBE

Color information

#6E4BBE (or 0x6E4BBE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4B and BE. RGB value is (110,75,190). Sum of RGB (Red+Green+Blue) = 110+75+190=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4BBE is #91B441. Grayscale: #626262. Windows color (decimal): -9548866 or 12471150. OLE color: 12471150.

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

Color convert

RGB11075190-
CMYK0.420.6100.25
HSL258.26º46.94%51.96%-
HSV(B)258.26º60.53%74.51%-
XYZ18.2412.0650.08-
YUV98.57179.6136.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=29.33%
G=20%
B=50.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110751900.420.6100.25258.2646.9451.96
Hex6E4BBE2A3D0191022f34
Octal15611327652750314025764
Binary1101110100101110111110101010111101011001100000010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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