#6E50BF

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

Shades of Blue Marguerite #6E50BF

Tints of Blue Marguerite #6E50BF

Color information

#6E50BF (or 0x6E50BF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 50 and BF. RGB value is (110,80,191). Sum of RGB (Red+Green+Blue) = 110+80+191=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50BF is #91AF40. Grayscale: #656565. Windows color (decimal): -9547585 or 12537966. OLE color: 12537966.

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

Color convert

RGB11080191-
CMYK0.420.5800.25
HSL256.22º46.44%53.14%-
HSV(B)256.22º58.12%74.9%-
XYZ18.712.8150.78-
YUV101.62178.44133.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 191 (75% from 255) = 50.13%
R=28.87%
G=21.00%
B=50.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110801910.420.5800.25256.2246.4453.14
Hex6E50BF2A3A0191002e35
Octal15612027752720314005665
Binary1101110101000010111111101010111010011001100000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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