#6E4FBA

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

Shades of Blue Marguerite #6E4FBA

Tints of Blue Marguerite #6E4FBA

Color information

#6E4FBA (or 0x6E4FBA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4F and BA. RGB value is (110,79,186). Sum of RGB (Red+Green+Blue) = 110+79+186=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FBA is #91B045. Grayscale: #646464. Windows color (decimal): -9547846 or 12210030. OLE color: 12210030.

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

Color convert

RGB11079186-
CMYK0.410.5800.27
HSL257.38º43.67%51.96%-
HSV(B)257.38º57.53%72.94%-
XYZ18.0912.4547.9-
YUV100.47176.27134.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=29.33%
G=21.07%
B=49.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110791860.410.5800.27257.3843.6751.96
Hex6E4FBA293A01B1012c34
Octal15611727251720334015464
Binary1101110100111110111010101001111010011011100000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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