#6E50BC

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

Shades of Blue Marguerite #6E50BC

Tints of Blue Marguerite #6E50BC

Color information

#6E50BC (or 0x6E50BC) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 50 and BC. RGB value is (110,80,188). Sum of RGB (Red+Green+Blue) = 110+80+188=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50BC is #91AF43. Grayscale: #646464. Windows color (decimal): -9547588 or 12341358. OLE color: 12341358.

HSL color Cylindrical-coordinate representation of color #6E50BC: hue angle of 256.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E50BC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11080188-
CMYK0.410.5700.26
HSL256.67º44.63%52.55%-
HSV(B)256.67º57.45%73.73%-
XYZ18.3812.6849.06-
YUV101.28176.94134.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=29.10%
G=21.16%
B=49.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110801880.410.5700.26256.6744.6352.55
Hex6E50BC293901A1012d35
Octal15612027451710324015565
Binary1101110101000010111100101001111001011010100000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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